Closed
Bug 1485174
Opened 7 years ago
Closed 7 years ago
Detect and prevent objdir re-use between backends
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: chmanchester, Assigned: chmanchester)
References
Details
Attachments
(1 file)
|
Bug 1485174 - Prevent using an objdir to build with tup that was previously used to build with make.
46 bytes,
text/x-phabricator-request
|
froydnj
:
review+
|
Details | Review |
Building with tup in an objdir previously used to build with Make will almost certainly cause problems. We can probably just detect the presence of the make backend file and bail out of the tup build.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → cmanchester
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 9003613 [details]
Bug 1485174 - Prevent using an objdir to build with tup that was previously used to build with make.
Nathan Froyd [:froydnj] has approved the revision.
Attachment #9003613 -
Flags: review+
Pushed by cmanchester@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b000def0382
Prevent using an objdir to build with tup that was previously used to build with make. r=firefox-build-system-reviewers,froydnj
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•