Closed
Bug 930674
Opened 11 years ago
Closed 11 years ago
Add NO_VISIBILITY_FLAGS to moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: ted, Assigned: ted)
References
(Blocks 1 open bug)
Details
(Whiteboard: [qa-])
Attachments
(2 files, 1 obsolete file)
5.46 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
22.42 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
We have a bunch of Makefile.ins that disable VISIBILITY_FLAGS by doing:
VISIBILITY_FLAGS =
I have patches to migrate this to moz.build by adding a boolean NO_VISIBILITY_FLAGS entry. When set to True it simply sets 'VISIBILITY_FLAGS :=' in backend.mk.
I reused the passthrough variable mechanisms for this even though it's not a straight passthrough. It's a little hacky but it was easier than adding a bunch of new code.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #821853 -
Flags: review?(gps)
Assignee | ||
Comment 2•11 years ago
|
||
Oops, meant to attach this first.
Attachment #821863 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Attachment #821853 -
Attachment is obsolete: true
Attachment #821853 -
Flags: review?(gps)
Assignee | ||
Comment 3•11 years ago
|
||
This is the conversion patch.
Attachment #821869 -
Flags: review?(mshal)
Assignee | ||
Updated•11 years ago
|
Blocks: nomakefiles
Assignee | ||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Attachment #821863 -
Flags: review?(gps) → review+
Comment 5•11 years ago
|
||
Comment on attachment 821869 [details] [diff] [review]
convert VISIBILITY_FLAGS in Makefile.in to NO_VISIBILITY_FLAGS in moz.build
Looks good to me!
Attachment #821869 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/60139be512d4
https://hg.mozilla.org/mozilla-central/rev/4ce080546247
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
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
•