summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-Makefile.in')
-rw-r--r--www/firefox/files/patch-Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/firefox/files/patch-Makefile.in b/www/firefox/files/patch-Makefile.in
new file mode 100644
index 000000000000..b08fd81bda04
--- /dev/null
+++ b/www/firefox/files/patch-Makefile.in
@@ -0,0 +1,22 @@
+Don't force mach after https://bugzilla.mozilla.org/show_bug.cgi?id=1496746
+
+diff --git Makefile.in Makefile.in
+index 407e373573fb..16b8bb162d39 100644
+--- Makefile.in
++++ Makefile.in
+@@ -55,15 +55,8 @@ $(RUNNABLE_TIERS) binaries:: CLOBBER $(BUILD_BACKEND_FILES)
+ endif
+ endif
+
+-ifdef JS_STANDALONE
+ .PHONY: CLOBBER
+ CLOBBER:
+-else
+-CLOBBER: $(topsrcdir)/CLOBBER
+- @echo 'STOP! The CLOBBER file has changed.'
+- @echo 'Please run the build through "mach build".'
+- @exit 1
+-endif
+
+ install_manifests := \
+ $(addprefix dist/,branding include public private xpi-stage) \