зеркало из https://github.com/mozilla/gecko-dev.git
Call repackage-zip last, even on Windows. Bug 308348.
r=benjamin@smedbergs.us
This commit is contained in:
Родитель
918e549ee9
Коммит
7ebe789ae6
|
@ -205,13 +205,17 @@ langpack-%:
|
|||
# This is a generic target that will make a langpack, repack ZIP (tarball)
|
||||
# builds, and repack and installer if applicable. It is called from the
|
||||
# tinderbox scripts. Alter it with caution.
|
||||
#
|
||||
# Note: the last target called here should be repackage-zip-$* as the l10n build
|
||||
# systems rely on dist/l10n-stage/<product> to be in place in order to package
|
||||
# the complete MAR files.
|
||||
|
||||
installers-%:
|
||||
@$(MAKE) langpack-$*
|
||||
@$(MAKE) repackage-zip-$*
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
@$(MAKE) repackage-win32-installer-$*
|
||||
endif
|
||||
@$(MAKE) repackage-zip-$*
|
||||
|
||||
ifdef MOZ_UPDATER
|
||||
libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
|
||||
|
|
Загрузка…
Ссылка в новой задаче