From 084643b13a25ac8a27b48b3163c4d17401d43a43 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 --- browser/locales/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index c71a3d87679..ccfce5b4ba2 100644 --- a/browser/locales/Makefile.in +++ b/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)