Open
Bug 818639
Opened 13 years ago
Updated 3 years ago
android multilocale build system should be more independent
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: bhearsum, Unassigned)
Details
Currently, to do multilocale builds we have to have an external process iterate over locales and make a bunch of calls into the build system. The build system should be smart enough to do a full multilocale build with only one call into it. For example, 'make package AB_CD=multi'.
Another approach would be give it a list of all the locales to build (either through a single string or a pointer to a file) rather than hardcoding that information into the tree. This would be very similar to what we did for Gaia multilocale over in bug 812829.
| Reporter | ||
Updated•13 years ago
|
Summary: android multilocale build system should be more indpendent → android and b2g multilocale build system should be more independent
Updated•9 years ago
|
Summary: android and b2g multilocale build system should be more independent → android multilocale build system should be more independent
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
•