summaryrefslogtreecommitdiff
path: root/basilisk/config/mozconfigs/macosx-universal/release
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 11:16:31 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-28 11:16:31 -0500
commitd1523e6fbaf45302ab2a42465f3f78f5f2e264a4 (patch)
treed00d860e952f3950a8e0418ab4e4de675a61f25c /basilisk/config/mozconfigs/macosx-universal/release
parent6e6ffb80cd973f2b0a7133c95015ded055b93e85 (diff)
downloadbasilisk-d1523e6fbaf45302ab2a42465f3f78f5f2e264a4.tar.gz
Cleanup MozInfra files from application directory
Diffstat (limited to 'basilisk/config/mozconfigs/macosx-universal/release')
-rw-r--r--basilisk/config/mozconfigs/macosx-universal/release21
1 files changed, 0 insertions, 21 deletions
diff --git a/basilisk/config/mozconfigs/macosx-universal/release b/basilisk/config/mozconfigs/macosx-universal/release
deleted file mode 100644
index 4700886..0000000
--- a/basilisk/config/mozconfigs/macosx-universal/release
+++ /dev/null
@@ -1,21 +0,0 @@
-# This make file should be identical to the beta mozconfig, apart from the
-# safeguard below
-MOZ_AUTOMATION_SDK=${MOZ_AUTOMATION_SDK-1}
-
-if [ -n "$ENABLE_RELEASE_PROMOTION" ]; then
- MOZ_AUTOMATION_UPLOAD_SYMBOLS=${MOZ_AUTOMATION_UPLOAD_SYMBOLS-1}
- MOZ_AUTOMATION_UPDATE_PACKAGING=1
-fi
-
-. "$topsrcdir/browser/config/mozconfigs/macosx-universal/common-opt"
-
-ac_add_options --enable-official-branding
-ac_add_options --enable-verify-mar
-
-# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
-# defines.sh during the beta cycle
-export BUILDING_RELEASE=1
-
-. "$topsrcdir/build/mozconfig.rust"
-. "$topsrcdir/build/mozconfig.common.override"
-. "$topsrcdir/build/mozconfig.cache"