From 2f42243bceb60043ca06448a2b419724be0e6d0a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 29 Dec 2020 16:51:50 +0900 Subject: Make more silent when -s on GNU make --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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" \ -- cgit v1.2.3