Closed
Bug 776822
Opened 13 years ago
Closed 13 years ago
Many Makefile's from dom/ missing from toolkit-makefiles.sh
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: gps, Assigned: gps)
Details
Attachments
(1 file)
5.86 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
There are a number of Makefile's in dom/ missing from allmakefiles.sh.
Non-comprehensive list:
dom/interfaces/settings/Makefile
dom/apps/Makefile
dom/bindings/Makefile
dom/browser-element/Makefile
dom/devicestorage/Makefile
dom/contacts/Makefile
dom/media/Makefile
dom/settings/Makefile
dom/mms/Makefile
dom/identity/Makefile
dom/imptests/Makefile
dom/bindings/test/Makefile
Assignee | ||
Comment 1•13 years ago
|
||
Errr - I guess there is some magic going on inside dom/. Possibly inherited from dom-config.mk? I have a feeling I shouldn't go down this rabbit hole...
allmakefiles.sh is a performance optimization. Not being listed doesn't break anything, *unless* the directory omitted is a top-level directory (it's built from tier_*_dirs and not from DIRS or PARALLEL_DIRS).
Updated•13 years ago
|
Summary: Many Makefile's from dom/ missing from allmakefiles.sh → Many Makefile's from dom/ missing from toolkit-makefiles.sh
Assignee | ||
Comment 3•13 years ago
|
||
This avoid make-makefile in dom/ in my local build.
Try at http://tbpl.mozilla.org/?tree=Try&rev=5a42ea6ea663. Maybe. Try seems to be having issues.
Comment on attachment 646474 [details] [diff] [review]
Add missing Makefile's in dom/, v1
Review of attachment 646474 [details] [diff] [review]:
-----------------------------------------------------------------
I didn't actually look at this. I assume you know what you're doing.
Attachment #646474 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Target Milestone: --- → mozilla17
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•