Call repackage-zip last, even on Windows. Bug 308348.

r=benjamin@smedbergs.us
This commit is contained in:
cmp%mozilla.org 2005-10-12 18:40:09 +00:00
Родитель 918e549ee9
Коммит 7ebe789ae6
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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)