Closed
Bug 778381
Opened 12 years ago
Closed 12 years ago
Ensure dist/bin/metro/chrome is created if it doesn't exist in browser/extensions/Makefile.in
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwilde, Assigned: jwilde)
References
Details
(Whiteboard: completed-elm)
Attachments
(1 file)
634 bytes,
patch
|
Details | Diff | Splinter Review |
I'm currently having an issue (possibly related to threading?) where $(DIST)/bin/metro/chrome isn't around by the time line 40 of browser/extensions/Makefile.in gets run. The attached patch fixes the build for me, but I doubt it's the most elegant way to go about things.
Comment 1•12 years ago
|
||
Seems like a safe fix, extensions is listed as a PARALLEL_DIRS directory. Not sure what order that gets executed in relation to DIRS, which is how the metro sub dir is referenced. I would suggest seeking feedback from gavin.
If you land this on elm but not mc, this bug should block bug 747347 so that it gets migrated with the rest of the non-metro specific code bits.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jonathan
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
Summary: Fix directory creation issue in browser/extensions/Makefile.in → Ensure dist/bin/metro/chrome is created if it doesn't exist in browser/extensions/Makefile.in
Assignee | ||
Comment 2•12 years ago
|
||
Whiteboard: completed-elm
Comment 3•12 years ago
|
||
Nice, thanks for catching that and fixing it.
Updated•12 years ago
|
Product: Firefox → Firefox for Metro
Version: unspecified → Trunk
Comment 4•12 years ago
|
||
Resolving bugs in the Firefox for Metro product that are fixed on the elm branch. Sorry for the bugspam. Search your email for "bugspam-elm" if you want to find and delete all of these messages at once.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•