summaryrefslogtreecommitdiffstats
path: root/tools/update-packaging
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 21:55:11 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-07 21:55:11 -0400
commitd0eee8f01d74d6a936ec7515b40b8b50f114bc9a (patch)
tree3ef6987344119230b19fd6400d12feb2e7e9938b /tools/update-packaging
parent2383a02b59a11e248f86b361be4a675e8682ba1b (diff)
downloadUXP-d0eee8f01d74d6a936ec7515b40b8b50f114bc9a.tar
UXP-d0eee8f01d74d6a936ec7515b40b8b50f114bc9a.tar.gz
UXP-d0eee8f01d74d6a936ec7515b40b8b50f114bc9a.tar.lz
UXP-d0eee8f01d74d6a936ec7515b40b8b50f114bc9a.tar.xz
UXP-d0eee8f01d74d6a936ec7515b40b8b50f114bc9a.zip
Align mar generation on Windows with other platforms
This makes mar generation dependent on packaging not installer
Diffstat (limited to 'tools/update-packaging')
-rw-r--r--tools/update-packaging/Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/update-packaging/Makefile.in b/tools/update-packaging/Makefile.in
index 7c55958b6..4788a5575 100644
--- a/tools/update-packaging/Makefile.in
+++ b/tools/update-packaging/Makefile.in
@@ -34,8 +34,6 @@ OVERRIDE_DEFAULT_GOAL := full-update
full-update:: complete-patch
ifeq ($(OS_TARGET), WINNT)
-MOZ_PKG_FORMAT := SFX7Z
-UNPACKAGE = '$(subst $(DIST),$(ABS_DIST),$(INSTALLER_PACKAGE))'
ifdef AB_CD
UNPACKAGE = '$(PACKAGE_BASE_DIR)/$(PACKAGE)'
endif
@@ -54,11 +52,6 @@ endif
dir-stage := $(call mkdir_deps,$(STAGE_DIR))
complete-patch:: $(dir-stage)
-ifeq ($(OS_TARGET), WINNT)
- test -f $(UNPACKAGE)
- $(RM) -rf '$(PACKAGE_DIR)'
- cd $(PACKAGE_BASE_DIR) && $(INNER_UNMAKE_PACKAGE)
-endif
MAR=$(MAR_BIN) \
$(srcdir)/make_full_update.sh \
'$(DIST)/$(COMPLETE_MAR)' \