[前][次][番号順一覧][スレッド一覧]

ruby-changes:71867

From: Nobuyoshi <ko1@a...>
Date: Wed, 18 May 2022 14:33:16 +0900 (JST)
Subject: [ruby-changes:71867] 9a0f5a8edc (master): Verbose mode on libyjit merge

https://git.ruby-lang.org/ruby.git/commit/?id=9a0f5a8edc

From 9a0f5a8edc9c1a7b3d1f85fb1c02e137520cfe1a Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
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(-)

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): https://github.com/ruby/ruby/blob/trunk/template/Makefile.in#L307
 		$(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


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]