Open
Bug 1754229
Opened 4 years ago
Updated 4 years ago
|./mach build <target>| should work standalone
Categories
(Firefox Build System :: General, enhancement, P3)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: mhentges, Unassigned)
References
(Depends on 1 open bug)
Details
Right now, ./mach build <target> assumes that it's operating incrementally on a finished ./mach build, and therefore doesn't function properly if used after a clobber.
We should allow these targets to be used from a clean context, but I'm guessing that that requires more detailed knowledge on our component dependency graph, which is probably a larger chunk of work.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•