From 570a4ea22ddd2d4b7acf4c6735ee062f1caa1e32 Mon Sep 17 00:00:00 2001 From: "cmp%mozilla.org" Date: Wed, 12 Oct 2005 18:38:28 +0000 Subject: [PATCH] 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 --- mozilla/browser/locales/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/browser/locales/Makefile.in b/mozilla/browser/locales/Makefile.in index c71a3d87679..ccfce5b4ba2 100644 --- a/mozilla/browser/locales/Makefile.in +++ b/mozilla/browser/locales/Makefile.in @@ -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/ 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)