summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-29 16:51:50 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-29 17:45:19 +0900
commit2f42243bceb60043ca06448a2b419724be0e6d0a (patch)
tree21348dda888d82d58ff88305201445f17c0fd72e /common.mk
parentd57c5a7b61c256f3216e82fe1ca6b5b6b9e50752 (diff)
Make more silent when -s on GNU make
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4011
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 43a272b3cb..0f165baccc 100644
--- a/common.mk
+++ b/common.mk
@@ -200,7 +200,7 @@ TESTRUN_SCRIPT = $(srcdir)/test.rb
COMPILE_PRELUDE = $(tooldir)/generic_erb.rb $(srcdir)/template/prelude.c.tmpl \
$(tooldir)/ruby_vm/helpers/c_escape.rb
-SHOWFLAGS = showflags
+SHOWFLAGS = $(no_silence:no=showflags)
MAKE_LINK = $(MINIRUBY) -rfileutils -e "include FileUtils::Verbose" \
-e "src, dest = ARGV" \