mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Also clean ruby-runner.o and ruby.imp [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8ab2634c6
commit
9cbfb17754
2 changed files with 3 additions and 2 deletions
|
@ -458,7 +458,7 @@ clean-local::
|
|||
$(Q)$(RM) ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \
|
||||
enc/encinit.c enc/encinit.$(OBJEXT)
|
||||
-$(Q)$(RM) $(pkgconfig_DATA)
|
||||
-$(Q)$(RMALL) exe/ ruby-runner.h *.dSYM
|
||||
-$(Q)$(RMALL) exe/ ruby-runner.$(OBJEXT) ruby-runner.h *.dSYM
|
||||
|
||||
distclean-local::
|
||||
$(Q)$(RM) ext/config.cache $(RBCONFIG) Doxyfile
|
||||
|
|
|
@ -582,7 +582,8 @@ clean: clean-ext clean-enc clean-golf clean-docs clean-extout clean-local clean-
|
|||
clean-local:: clean-runnable
|
||||
$(Q)$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
|
||||
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) dmyenc.$(OBJEXT) $(ARCHFILE) .*.time
|
||||
$(Q)$(RM) y.tab.c y.output encdb.h transdb.h config.log rbconfig.rb $(ruby_pc) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT)
|
||||
$(Q)$(RM) y.tab.c y.output encdb.h transdb.h config.log rbconfig.rb $(ruby_pc)
|
||||
$(Q)$(RM) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT) ruby.imp
|
||||
$(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D)
|
||||
-$(Q) $(RMDIR) enc/jis enc/trans enc 2> $(NULL) || exit 0
|
||||
clean-runnable:: PHONY
|
||||
|
|
Loading…
Add table
Reference in a new issue