summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-29 16:42:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-29 17:45:19 +0900
commitd57c5a7b61c256f3216e82fe1ca6b5b6b9e50752 (patch)
tree6082f1d641ea1c83dd34b4245442e9edca540dca /template
parent365df8d351d3edee3cc383f008d87212079598c7 (diff)
transcode-tblgen.rb: make silent a little when just -v
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4011
Diffstat (limited to 'template')
-rw-r--r--template/configure-ext.mk.tmpl1
-rw-r--r--template/exts.mk.tmpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
index 9921e2225b..8ba6b963e3 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -1,4 +1,5 @@
V = 0
+V0 = $(V:0=)
Q1 = $(V:1=)
Q = $(Q1:0=@)
ECHO1 = $(V:1=@:)
diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl
index e4706be373..924abeb2fb 100644
--- a/template/exts.mk.tmpl
+++ b/template/exts.mk.tmpl
@@ -1,5 +1,6 @@
# -*- makefile -*-
V = 0
+V0 = $(V:0=)
Q1 = $(V:1=)
Q = $(Q1:0=@)
ECHO1 = $(V:1=@:)