summaryrefslogtreecommitdiff
path: root/template/Makefile.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-17 23:47:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-18 14:33:00 +0900
commit9a0f5a8edc9c1a7b3d1f85fb1c02e137520cfe1a (patch)
tree319035556c0a855fcd8b55a1f361f407c753de3b /template/Makefile.in
parent9b3ed5a23fba68d364f5e2eea654fd75ce0ea0db (diff)
downloadruby-9a0f5a8edc9c1a7b3d1f85fb1c02e137520cfe1a.tar.gz
Verbose mode on libyjit merge
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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)) && \