Closed
Bug 1041860
Opened 11 years ago
Closed 11 years ago
Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 2 obsolete files)
102.58 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
For example:
FINAL_LIBRARY = 'gklayout'
should be replaced with
FINAL_LIBRARY = 'xul'
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8459950 -
Flags: review?(mshal)
Assignee | ||
Comment 2•11 years ago
|
||
The webrtc lib is still in use.
Attachment #8459954 -
Flags: review?(mshal)
Assignee | ||
Updated•11 years ago
|
Attachment #8459950 -
Attachment is obsolete: true
Attachment #8459950 -
Flags: review?(mshal)
Assignee | ||
Comment 3•11 years ago
|
||
Had a spurious XPIDL_MODULE change.
Attachment #8460013 -
Flags: review?(mshal)
Assignee | ||
Updated•11 years ago
|
Attachment #8459954 -
Attachment is obsolete: true
Attachment #8459954 -
Flags: review?(mshal)
Updated•11 years ago
|
Attachment #8460013 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•