Closed
Bug 1655789
Opened 3 years ago
Closed 3 years ago
Use build/moz.build for JS standalone builds
Categories
(Firefox Build System :: General, enhancement, P3)
Firefox Build System
General
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(1 file)
In bug 1642121, I broke the gdb prettyprinter for JS development because
--enable-application=js
does not include build/moz.build
. (I must have
messed up during my testing by having a stale file lying around? Argh.)
At first glance, it doesn't seem like that file does anything hugely
problematic for standalone JS builds, so I tried just including it. And if we
can better align the standalone JS builds with the Firefox builds, so much the
better. But I don't really know much about the overall picture here.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by sfink@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/31010dba884a Use build/moz.build for JS standalone builds r=glandium
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•