Bug 1417322: Get rid of reference to deprecated MOZ_PKG_MANIFEST_P; r?Build. draft
authorTom Prince <mozilla@hocat.ca>
Tue, 14 Nov 2017 23:42:02 -0700
changeset 698054 c8c9a9bd06df3b6495c28343b8d0dd62a1a42cd2
parent 698053 491726bed0edf2b687642804724fb33eb59a4b2c
child 740280 e99d9607c36764530953b5fe6fe30ef71103c0ae
push id89184
push userbmo:mozilla@hocat.ca
push dateWed, 15 Nov 2017 06:43:33 +0000
reviewersBuild
bugs1417322
milestone59.0a1
Bug 1417322: Get rid of reference to deprecated MOZ_PKG_MANIFEST_P; r?Build. MozReview-Commit-ID: 3MRG8ex2ARo
toolkit/mozapps/installer/upload-files.mk
--- a/toolkit/mozapps/installer/upload-files.mk
+++ b/toolkit/mozapps/installer/upload-files.mk
@@ -315,26 +315,16 @@ endif
 GARBAGE		+= $(DIST)/$(PACKAGE) $(PACKAGE)
 
 # The following target stages files into two directories: one directory for
 # core files, and one for optional extensions based on the information in
 # the MOZ_PKG_MANIFEST file.
 
 PKG_ARG = , '$(pkg)'
 
-# MOZ_PKG_MANIFEST is the canonical way to define the package manifest (which
-# the packager will preprocess), but for a smooth transition, we derive it
-# from the now deprecated MOZ_PKG_MANIFEST_P when MOZ_PKG_MANIFEST is not
-# defined.
-ifndef MOZ_PKG_MANIFEST
-  ifdef MOZ_PKG_MANIFEST_P
-    MOZ_PKG_MANIFEST := $(MOZ_PKG_MANIFEST_P)
-  endif # MOZ_PKG_MANIFEST_P
-endif # MOZ_PKG_MANIFEST
-
 ifndef MOZ_PACKAGER_FORMAT
   MOZ_PACKAGER_FORMAT = $(error MOZ_PACKAGER_FORMAT is not set)
 endif
 
 ifneq (android,$(MOZ_WIDGET_TOOLKIT))
   OPTIMIZEJARS = 1
   JAR_COMPRESSION ?= none
 endif