Closed
Bug 915622
Opened 11 years ago
Closed 11 years ago
No rule to make target `BlobEvent.h', needed by `../../dist/include/mozilla/dom/BlobEvent.h'. when building dom/bindings in parallel
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: smaug)
References
Details
Attachments
(2 files, 1 obsolete file)
3.29 KB,
patch
|
Details | Diff | Splinter Review | |
3.30 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
STR:
- ./mach clobber
- ./mach configure
- ./mach build config
- make -C objdir/dom/bindings export -j12
Doing "make -C objdir/dom/bindings export" instead, works.
While this doesn't occur now due to how make works, I have a WIP patch that makes the entire tree built in parallel for export, compile and tools, and it's failing because of this.
Assignee | ||
Comment 1•11 years ago
|
||
Ah, I didn't add dependency from .h/.cpp to .BindingGen
Assignee | ||
Comment 2•11 years ago
|
||
Something like this.
Still compiling
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 803847 [details] [diff] [review]
wip
Er, old version
Attachment #803847 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #803856 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugs
Target Milestone: mozilla27 → ---
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•