We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81327c commit 5ddd7c0Copy full SHA for 5ddd7c0
1 file changed
common.mk
@@ -734,8 +734,8 @@ clean-local:: clean-runnable
734
$(Q)$(RM) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT) ruby.imp ChangeLog $(STATIC_RUBY)$(EXEEXT)
735
$(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D) builtin_binary.inc
736
$(Q)$(RM) $(PRISM_BUILD_DIR)/.time $(PRISM_BUILD_DIR)/*/.time yjit_exit_locations.dump
737
- -$(Q)$(RMALL) yjit/target
738
- -$(Q) $(RMDIR) enc/jis enc/trans enc $(COROUTINE_H:/Context.h=) coroutine yjit \
+ -$(Q)$(RMALL) target
+ -$(Q) $(RMDIR) enc/jis enc/trans enc $(COROUTINE_H:/Context.h=) coroutine target \
739
$(PRISM_BUILD_DIR)/*/ $(PRISM_BUILD_DIR) tmp \
740
2> $(NULL) || $(NULLCMD)
741
0 commit comments