1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Verbose mode on libyjit merge

This commit is contained in:
Nobuyoshi Nakada 2022-05-17 23:47:22 +09:00
parent 9b3ed5a23f
commit 9a0f5a8edc
Notes: git 2022-05-18 14:33:19 +09:00

View file

@ -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)) && \