From 1f280219d9b3b0d1eb0bbc187f2b3c506188f08b Mon Sep 17 00:00:00 2001 From: Fedor Date: Thu, 7 May 2020 14:45:16 +0300 Subject: [PATCH] Silence removing dist/bin. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ed00909cb..6c2327388 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52,7 +52,7 @@ $(TIERS) binaries:: CLOBBER $(configure_dir)/configure config.status $(BUILD_BAC # 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 + @$(RM) -r $(DIST)/bin ifndef JS_STANDALONE ifdef COMPILE_ENVIRONMENT $(TIERS) binaries:: $(topsrcdir)/js/src/configure js/src/config.status