Looking for saved searches? click on "Search Bugs" above.
DIST_FILES and DIST_CHROME_FILES not implemented for install:: target in config/rules.mk
RESOLVED
INVALID
Status
()
People
(Reporter: Alexander Sack, Assigned: Alexander Sack)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
|
2.33 KB,
patch
|
Benjamin Smedberg
:
review-
|
Details | Diff | Splinter Review |
Created attachment 270967 [details] [diff] [review] install:: for DIST_FILES and DIST_CHROME_FILES -- Summary: This patch implements DIST_FILES as well as DIST_CHROME_FILES install:: target. -- Evaluation: DIST_FILES is now used in browser/app/Makefile.in to install application.ini; however, DIST_FILES is only implemented for libs::, but not for libs::. In consequence, make install'ed installs of firefox now break with missing application.ini file. When writing this fix, it became obvious that DIST_CHROME_FILES install: target is missing too ... though it doesn't cause any problems because its not really used.
Attachment #270967 -
Flags: review?(benjamin)
| (Assignee) | ||
Updated•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 1•11 years ago
|
||
Comment on attachment 270967 [details] [diff] [review] install:: for DIST_FILES and DIST_CHROME_FILES These need at least to be wrapped in "ifndef XPI_NAME", or else things that are built to dist/xpi-stage will end up being installed, which is incorrect
Attachment #270967 -
Flags: review?(benjamin) → review-
Comment 2•10 years ago
|
||
asac, think you could address review comments, please? :)
Comment 3•10 years ago
|
||
The install target doesn't use rules.mk any more, INVALID.
Status: ASSIGNED → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•