Open
Bug 1407433
Opened 8 years ago
Updated 3 years ago
Move custom NSINSTALL rules in config/Makefile.in to moz.build
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: mshal, Unassigned)
References
(Blocks 1 open bug)
Details
config/Makefile.in has a custom rule to copy nsinstall_real to nsinstall, as well as install it into dist/bin. We should handle this in moz.build.
Note that the surrounding comments indicate that it will possibly impact l10n because those builds do 'make -C config' to get nsinstall.
Comment 1•8 years ago
|
||
Can't we kill nsinstall instead?
| Reporter | ||
Comment 2•8 years ago
|
||
Sure, that would be ideal.
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
•