From 4feb1074ab5528677b1cffedc603423bb9c21c73 Mon Sep 17 00:00:00 2001 From: Geoff Lankow Date: Mon, 10 Feb 2020 12:08:36 +1300 Subject: [PATCH] Bug 1614240 - Skip language pack creation for artifact builds. r=mkmelin --HG-- extra : rebase_source : 73c81d681e4f88a11cdd0b23a22546e1a6f7daff extra : histedit_source : 4d606c3880e86da167e8cd126b61a151d0f940d9 --- mail/locales/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mail/locales/Makefile.in b/mail/locales/Makefile.in index 5bdb162c79..875199df83 100644 --- a/mail/locales/Makefile.in +++ b/mail/locales/Makefile.in @@ -87,7 +87,12 @@ endif package-win32-installer: $(SUBMAKEFILES) $(MAKE) -C ../installer/windows CONFIG_DIR=l10ngen ZIP_IN='$(ZIP_OUT)' installer +ifdef MOZ_ARTIFACT_BUILDS +langpack: + @echo 'Skipping language pack creation' +else langpack: langpack-$(AB_CD) +endif # 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