Closed
Bug 912984
Opened 12 years ago
Closed 12 years ago
Build system can't detect header changes
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 913159
People
(Reporter: emk, Unassigned)
Details
Attachments
(1 file)
|
2.08 KB,
patch
|
Details | Diff | Splinter Review |
How could you create such a stupid build system? (I have run out energy to report details right now. Please wait for a while.)
| Reporter | ||
Comment 1•12 years ago
|
||
Steps to reproduce:
1. Pull and build https://hg.mozilla.org/mozilla-central/rev/655ac375b1c7
2. Apply the attached patch.
3. mach build xpcom/base/
Actual result:
Build fails because dist/include/mozilla/CycleCollectedJSRuntime.h is not updated.
Workaround: mach build export (At the time of filing this bug, it didn't work. Something is improved?)
Comment 2•12 years ago
|
||
As announced on dev-platform, you need to run |mach build export| to pick up header changes. A better solution will hopefully be put in place in bug 913159.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•