From 0b2694187de2f847fc42ffc71e94e7f497411c49 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 7 Apr 2020 22:49:02 -0400 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 ed00909cbb..6c23273884 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