Open
Bug 1388026
Opened 7 years ago
Updated 2 years ago
installers-% top-level entry point is TOPLEVEL, and breaks on branding for windows installer
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: Pike, Unassigned)
References
(Blocks 1 open bug)
Details
As part of the creation of localized windows installers, we get the branding stuff the installer needs into dist/branding.
This is done right now via
$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY) export
From what I can tell, this only works if not called via the top-level Makefile, in nonrecursive.mk.
I wonder what's the proper way to do this.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•