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:
parent
9b3ed5a23f
commit
9a0f5a8edc
Notes:
git
2022-05-18 14:33:19 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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)) && \
|
||||
|
|
Loading…
Add table
Reference in a new issue