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

r=benjamin@smedbergs.us


git-svn-id: svn://10.0.0.236/trunk@182104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmp%mozilla.org
2005-10-12 18:38:28 +00:00
parent 789e8680db
commit 570a4ea22d

View File

@@ -246,14 +246,18 @@ langpack-%:
# This is a generic target that will make a langpack, repack ZIP (+tarball)
# builds, and repack an 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-%:
$(NSINSTALL) -D $(DIST)/install
@$(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)