We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0f5a8 commit 97c12c5Copy full SHA for 97c12c5
template/Makefile.in
@@ -311,6 +311,7 @@ $(LIBRUBY_A):
311
$(ECHO0) 'merging $(YJIT_LIBS) into $@' && \
312
$(RMALL) libyjit/ && \
313
$(MAKEDIRS) libyjit/ && \
314
+ trap "$(RMALL) libyjit/" 0 && \
315
(cd libyjit/ && $(AR) -x ../$(YJIT_LIBS)) && \
316
: "$(AR) $(ARFLAGS) $@ libyjit/*.$(OBJEXT)" && \
317
find libyjit/ -name '*.$(OBJEXT)' -exec $(AR) $(ARFLAGS) $@ '{}' '+' ; \
0 commit comments