ruby-changes:53576
From: nobu <ko1@a...>
Date: Mon, 19 Nov 2018 08:29:47 +0900 (JST)
Subject: [ruby-changes:53576] nobu:r65792 (trunk): Also clean ruby-runner.o and ruby.imp [ci skip]
nobu 2018-11-19 08:29:41 +0900 (Mon, 19 Nov 2018) New Revision: 65792 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65792 Log: Also clean ruby-runner.o and ruby.imp [ci skip] Modified files: trunk/Makefile.in trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 65791) +++ common.mk (revision 65792) @@ -582,7 +582,8 @@ clean: clean-ext clean-enc clean-golf cl https://github.com/ruby/ruby/blob/trunk/common.mk#L582 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 Index: Makefile.in =================================================================== --- Makefile.in (revision 65791) +++ Makefile.in (revision 65792) @@ -458,7 +458,7 @@ clean-local:: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L458 $(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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/