ruby-changes:37156
From: nobu <ko1@a...>
Date: Tue, 13 Jan 2015 21:57:28 +0900 (JST)
Subject: [ruby-changes:37156] nobu:r49237 (trunk): common.mk: more clean
nobu 2015-01-13 21:57:13 +0900 (Tue, 13 Jan 2015) New Revision: 49237 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49237 Log: common.mk: more clean * common.mk (distclean-local): remove autom4te.cache generated by autoconf. * common.mk (realclean-local): remove id sources and dummy header for dtrace. [ruby-core:67562] [Bug #10737] Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 49236) +++ ChangeLog (revision 49237) @@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jan 13 21:57:12 2015 Nobuyoshi Nakada <nobu@r...> + + * common.mk (distclean-local): remove autom4te.cache generated by + autoconf. + + * common.mk (realclean-local): remove id sources and dummy header + for dtrace. [ruby-core:67562] [Bug #10737] + Tue Jan 13 21:08:22 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> * ext/json, test/json: merge JSON HEAD(259dee6) Index: common.mk =================================================================== --- common.mk (revision 49236) +++ common.mk (revision 49237) @@ -486,6 +486,7 @@ distclean-local:: clean-local https://github.com/ruby/ruby/blob/trunk/common.mk#L486 $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(arch)-fake.rb $(Q)$(RM) config.cache config.status config.status.lineno $(Q)$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP) + $(Q)$(RMALL) $(srcdir)/autom4te.cache distclean-ext:: PHONY distclean-golf: clean-golf distclean-rdoc: PHONY @@ -497,7 +498,9 @@ distclean-platform: clean-platform https://github.com/ruby/ruby/blob/trunk/common.mk#L498 realclean:: realclean-ext realclean-local realclean-enc realclean-golf realclean-extout realclean-local:: distclean-local $(Q)$(RM) parse.c parse.h lex.c newline.c $(PRELUDES) revision.h + $(Q)$(RM) id.c id.h probes.dmyh $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) parse.c parse.h lex.c newline.c $(PRELUDES) revision.h + $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) id.c id.h probes.dmyh $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) configure tool/config.guess tool/config.sub gems/*.gem realclean-ext:: PHONY realclean-golf: distclean-golf -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/