From d57c5a7b61c256f3216e82fe1ca6b5b6b9e50752 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 29 Dec 2020 16:42:24 +0900 Subject: transcode-tblgen.rb: make silent a little when just -v --- enc/Makefile.in | 1 + enc/depend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'enc') diff --git a/enc/Makefile.in b/enc/Makefile.in index 9203874386..5e5d39cd76 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -1,4 +1,5 @@ V = 0 +V0 = $(V:0=) Q1 = $(V:1=) Q = $(Q1:0=@) ECHO1 = $(V:1=@@NULLCMD@) diff --git a/enc/depend b/enc/depend index 26f8e70c15..f1da87e18f 100644 --- a/enc/depend +++ b/enc/depend @@ -97,7 +97,7 @@ $(ENCSOS) $(TRANSSOS): $(ENC_TRANS_SO_D) <%=transvpath_prefix%>.trans<%=transvpath_prefix%>.c: $(ECHO) generating table from $@ - $(Q)$(MINIRUBY) "$(tooldir)/transcode-tblgen.rb" -vo "$@" "$<" + $(Q)$(MINIRUBY) "$(tooldir)/transcode-tblgen.rb" -v$(V0:1=v)o "$@" "$<" % unless ENCS.empty? or TRANS.empty? -- cgit v1.2.1