Closed
Bug 1222323
Opened 8 years ago
Closed 8 years ago
Avoid passing extra defines to the compiler from config.mk
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox45 fixed)
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 1 obsolete file)
7.24 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
C/C++ code should not be relying on XPI_NAME or AB_CD being defined, so moving them out works.
Attachment #8684031 -
Flags: review?(gps)
Updated•8 years ago
|
Attachment #8684031 -
Flags: review?(gps) → review+
Comment 4•8 years ago
|
||
And backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/3badc5e883a6 because packager no longer had any idea what AB_CD meant.
Assignee | ||
Comment 5•8 years ago
|
||
With a few more changes to not blatantly fail to build.
Attachment #8684031 -
Attachment is obsolete: true
Attachment #8686998 -
Flags: review?(gps)
Assignee | ||
Updated•8 years ago
|
Blocks: fast-compiledb
Comment 6•8 years ago
|
||
Comment on attachment 8686998 [details] [diff] [review] Avoid passing extra defines to the compiler from config.mk Review of attachment 8686998 [details] [diff] [review]: ----------------------------------------------------------------- Why am I still scared every time we touch packaging code?
Attachment #8686998 -
Flags: review?(gps) → review+
Comment 8•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8f3b9c2b450c
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•