Closed
Bug 1399870
Opened 7 years ago
Closed 6 years ago
Make DEFFILE a Path instead of a string
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox57 wontfix, firefox64 fixed)
RESOLVED
FIXED
mozilla64
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file, 1 obsolete file)
13.45 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
DEFFILE isn't used in very many moz.build files, but in all but one of the places it is used it's specified as a srcdir-relative path with the ugly construct `SRCDIR + '/file.def'`. Given that, we might as well make it a Path instead of a string, so that srcdir-relative paths just work.
This makes my WSL build easier, because I can translate it to a relative path to pass to link.exe.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8908133 [details]
bug 1399870 - Make DEFFILE a Path instead of a string.
https://reviewboard.mozilla.org/r/179812/#review185566
Attachment #8908133 -
Flags: review?(gps) → review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52e6fce3e6f6
Make DEFFILE a Path instead of a string. r=gps
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/98e46ead3522
Fix test for DEFFILE; r=me
Backout by gszorc@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1a79683f59bc
Backed out changesets 98e46ead3522 and 52e6fce3e6f6 for Windows test failures; a=backout
Updated•7 years ago
|
status-firefox57:
--- → wontfix
Updated•7 years ago
|
Product: Core → Firefox Build System
Comment 6•6 years ago
|
||
This is Ted's patch, but rebased and changed so things will build. It *does*
rely on the patch in bug 1490054, which is presumably what was causing the
previous Windows test failures.
Enough bitrot etc. means this is probably worth looking at again.
Attachment #9007827 -
Flags: review?(gps)
Updated•6 years ago
|
Attachment #8908133 -
Attachment is obsolete: true
Comment 7•6 years ago
|
||
Comment on attachment 9007827 [details] [diff] [review]
make DEFFILE a Path instead of a string
gps had reviewed this before, but this can probably go into the general build pool.
Attachment #9007827 -
Flags: review?(gps) → review?(core-build-config-reviews)
Updated•6 years ago
|
Attachment #9007827 -
Flags: review?(core-build-config-reviews) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5b8dd6f38524
make DEFFILE a Path instead of a string; r=gps
Comment 9•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•