Open
Bug 892727
Opened 13 years ago
Updated 2 years ago
Derecursify $(FINAL_TARGET) export install rule
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: gps, Unassigned)
References
(Blocks 1 open bug)
Details
$(FINAL_TARGET) is created as part of export in rules.mk (https://mxr.mozilla.org/mozilla-central/source/js/src/config/rules.mk#1301). This needs to be changed if we are to eliminate the export tier.
Since only a directory is being created, this may magically go away once all simple installs are performed in install manifests (bug 890097). Just tracking it here so there is a bug on every export target.
Comment 1•12 years ago
|
||
In fact, if everything in $(FINAL_TARGET) is installed with nsinstall, we don't need the rule at all. nsinstall creates the target directory when it doesn't exist.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•