From 9a0f5a8edc9c1a7b3d1f85fb1c02e137520cfe1a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 17 May 2022 23:47:22 +0900 Subject: Verbose mode on libyjit merge --- template/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/Makefile.in') diff --git a/template/Makefile.in b/template/Makefile.in index 82ca3480c0..28504d5326 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -307,8 +307,8 @@ $(LIBRUBY_A): $(ECHO) linking static-library $@ $(Q) $(AR) $(ARFLAGS) $@ $(LIBRUBY_A_OBJS) $(INITOBJS) $(Q) if [ 'no' != '$(YJIT_SUPPORT)' ]; then \ - set -eu && \ - echo 'merging $(YJIT_LIBS) into $@' && \ + set -eu$(V0:1=x) && \ + $(ECHO0) 'merging $(YJIT_LIBS) into $@' && \ $(RMALL) libyjit/ && \ $(MAKEDIRS) libyjit/ && \ (cd libyjit/ && $(AR) -x ../$(YJIT_LIBS)) && \ -- cgit v1.2.1