ruby-changes:36600
From: nobu <ko1@a...>
Date: Tue, 2 Dec 2014 15:29:57 +0900 (JST)
Subject: [ruby-changes:36600] nobu:r48681 (trunk): common.mk: clean more files
nobu 2014-12-02 15:29:52 +0900 (Tue, 02 Dec 2014) New Revision: 48681 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48681 Log: common.mk: clean more files * common.mk (distclean-local): clean fake file. * common.mk (realclean-local): clean generated files under srcdir. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 48680) +++ common.mk (revision 48681) @@ -477,7 +477,7 @@ clean-docs: clean-rdoc clean-capi https://github.com/ruby/ruby/blob/trunk/common.mk#L477 distclean: distclean-ext distclean-local distclean-enc distclean-golf distclean-extout distclean-platform distclean-local:: clean-local - $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc + $(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) distclean-ext:: PHONY @@ -490,6 +490,8 @@ distclean-platform: clean-platform https://github.com/ruby/ruby/blob/trunk/common.mk#L490 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)$(CHDIR) $(srcdir) && $(exec) $(RM) parse.c parse.h lex.c newline.c $(PRELUDES) revision.h + $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) configure tool/config.guess tool/config.sub gems/*.gem realclean-ext:: PHONY realclean-golf: distclean-golf $(Q)$(RM) $(GOLFPRELUDES) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/