summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-31 09:44:18 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-03-31 09:44:18 -0400
commit85ab34e500b3e094c53a2f6ce8e60b9a7a271859 (patch)
treeddffc1b7081c84bfd74b8856182866b95b7a1965 /Makefile.in
parenta205ee7040b74ff67717ba44723abbdc0dab02e1 (diff)
downloadUXP-85ab34e500b3e094c53a2f6ce8e60b9a7a271859.tar
UXP-85ab34e500b3e094c53a2f6ce8e60b9a7a271859.tar.gz
UXP-85ab34e500b3e094c53a2f6ce8e60b9a7a271859.tar.lz
UXP-85ab34e500b3e094c53a2f6ce8e60b9a7a271859.tar.xz
UXP-85ab34e500b3e094c53a2f6ce8e60b9a7a271859.zip
Explicitly remove dist/bin before mozbuild's install_manifests get a hold of it
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 26cd688d4..ed00909cb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,6 +47,12 @@ ifndef MOZ_PROFILE_USE
# We need to explicitly put BUILD_BACKEND_FILES here otherwise the rule in
# rules.mk doesn't run early enough.
$(TIERS) binaries:: CLOBBER $(configure_dir)/configure config.status $(BUILD_BACKEND_FILES)
+
+# While our mozbuild backend has some kind of crazy install_manfests junk to
+# try and make this not have to happen, we actually want dist/bin to be
+# completely removed regardless.
+default alldep all::
+ $(RM) -r $(DIST)/bin
ifndef JS_STANDALONE
ifdef COMPILE_ENVIRONMENT
$(TIERS) binaries:: $(topsrcdir)/js/src/configure js/src/config.status