Bug 1396177 - Do not clobber the langpack in l10n-check. r?aki draft
authorZibi Braniecki <zbraniecki@mozilla.com>
Fri, 01 Sep 2017 20:28:33 -0700
changeset 657850 453f4b0ecfc88ed4fc1a237afb58a6567ad2b7ba
parent 657343 a3585c77e2b1bc5f5fea907e97762f7b47a12033
child 729540 abff0d77ae4ccce65c028050e5ea7c4f4d8ef788
push id77643
push userbmo:gandalf@aviary.pl
push dateSat, 02 Sep 2017 03:33:47 +0000
reviewersaki
bugs1396177
milestone57.0a1
Bug 1396177 - Do not clobber the langpack in l10n-check. r?aki MozReview-Commit-ID: HMYpE2mLPtI
browser/locales/Makefile.in
--- a/browser/locales/Makefile.in
+++ b/browser/locales/Makefile.in
@@ -217,10 +217,10 @@ analyze-langpack-%:
 	$(if $(shell unzip -qql $(ABS_DIST)/$(LANGPACK) manifest.json),$(info Found manifest.json),$(error manifest.json is missing))
 	$(if $(shell unzip -qql $(ABS_DIST)/$(LANGPACK) chrome.manifest),$(error Found chrome.manifest),$(info Not packaging chrome.manifest))
 
 check-clobber-l10n-%: AB_CD=$*
 check-clobber-l10n-%:
 	$(MAKE) clobber-x-test
 	$(RM) -r $(DIST)/l10n-stage $(DIST)/xpi-stage/locale-$(AB_CD)
 	$(RM) -r $(DIST)/*.$(AB_CD).*
-	$(RM) -r $(UNPACKED_INSTALLER) $(ABS_DIST)/$(LANGPACK)
+	$(RM) -r $(UNPACKED_INSTALLER)
 	$(RM) -rf $(DIST)/install/sea/*.$(AB_CD).*