Closed
Bug 1560527
Opened 5 years ago
Closed 5 years ago
Enable make backend verbose mode automatically rather than relying on mach setting it
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox68 fixed, firefox69 fixed)
RESOLVED
FIXED
mozilla69
People
(Reporter: glandium, Assigned: glandium)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
Bug 1560527 - Enable make backend verbose mode automatically rather than relying on mach setting it.
47 bytes,
text/x-phabricator-request
|
ritu
:
approval-mozilla-beta+
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This makes running without mach more consistent. e.g. running
make -C $objdir/toolkit/library/rust target
makes the cargo log
verbose, and adding -s
makes it less verbose.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/2901d32eddaa
Enable make backend verbose mode automatically rather than relying on mach setting it. r=froydnj
Assignee | ||
Comment 3•5 years ago
|
||
Comment on attachment 9073194 [details]
Bug 1560527 - Enable make backend verbose mode automatically rather than relying on mach setting it.
Beta/Release Uplift Approval Request
- User impact if declined: Incomplete logs when building with make directly, which is common downstream. Nice to have for esr68.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Practically a no-op for mozilla builds, which use mach.
- String changes made/needed:
Attachment #9073194 -
Flags: approval-mozilla-beta?
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
status-firefox68:
--- → affected
Comment on attachment 9073194 [details]
Bug 1560527 - Enable make backend verbose mode automatically rather than relying on mach setting it.
A+, NPOTB
Attachment #9073194 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•5 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•