Clean intermediate object files
This commit is contained in:
parent
9a0f5a8edc
commit
97c12c5f69
Notes:
git
2022-05-18 14:33:18 +09:00
@ -311,6 +311,7 @@ $(LIBRUBY_A):
|
||||
$(ECHO0) 'merging $(YJIT_LIBS) into $@' && \
|
||||
$(RMALL) libyjit/ && \
|
||||
$(MAKEDIRS) libyjit/ && \
|
||||
trap "$(RMALL) libyjit/" 0 && \
|
||||
(cd libyjit/ && $(AR) -x ../$(YJIT_LIBS)) && \
|
||||
: "$(AR) $(ARFLAGS) $@ libyjit/*.$(OBJEXT)" && \
|
||||
find libyjit/ -name '*.$(OBJEXT)' -exec $(AR) $(ARFLAGS) $@ '{}' '+' ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user