mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Build toolkit\mozapps\installer as the last thing in thunderbird/firefox since nothing else depends on it. This ensures that the branding artwork is properly exported out of mozilla\mail\installer and mozilla\browser\installer r=ben sr=bryner
This commit is contained in:
parent
c662c2b1a2
commit
22367f9f6d
10
Makefile.in
10
Makefile.in
@ -285,13 +285,6 @@ ifdef MOZ_XPINSTALL
|
||||
tier_50_dirs += xpinstall
|
||||
endif
|
||||
|
||||
# mozapps installer needs to be built after xpinstall
|
||||
ifdef MOZ_XUL_APP
|
||||
ifdef MOZ_INSTALLER
|
||||
tier_50_dirs += toolkit/mozapps/installer
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# tier 9x - application features
|
||||
#
|
||||
@ -337,6 +330,9 @@ tier_99_dirs += composer
|
||||
endif
|
||||
|
||||
ifdef MOZ_XUL_APP
|
||||
ifdef MOZ_INSTALLER
|
||||
tier_99_dirs += toolkit/mozapps/installer
|
||||
endif
|
||||
else
|
||||
ifneq (,$(MOZ_XPFE_COMPONENTS)$(MOZ_XUL))
|
||||
tier_99_dirs += xpfe/bootstrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user