ruby-changes:39319
From: nobu <ko1@a...>
Date: Mon, 27 Jul 2015 12:44:13 +0900 (JST)
Subject: [ruby-changes:39319] nobu:r51400 (trunk): common.mk: clean preludes
nobu 2015-07-27 12:44:00 +0900 (Mon, 27 Jul 2015) New Revision: 51400 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51400 Log: common.mk: clean preludes * common.mk (distclean-local): clean preludes in the build diretory, not by realclean. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 51399) +++ common.mk (revision 51400) @@ -487,7 +487,7 @@ clean-docs: clean-rdoc clean-html clean- https://github.com/ruby/ruby/blob/trunk/common.mk#L487 distclean: distclean-ext distclean-enc distclean-golf distclean-extout distclean-local distclean-platform distclean-local:: clean-local - $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(arch)-fake.rb + $(Q)$(RM) $(MKFILES) yasmdata.rb *.inc $(PRELUDES) $(Q)$(RM) config.cache config.status config.status.lineno $(Q)$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP) -$(Q)$(RMALL) $(srcdir)/autom4te.cache @@ -501,7 +501,7 @@ distclean-platform: clean-platform https://github.com/ruby/ruby/blob/trunk/common.mk#L501 realclean:: realclean-ext realclean-local realclean-enc realclean-golf realclean-extout realclean-local:: distclean-local - $(Q)$(RM) parse.c parse.h lex.c enc/trans/newline.c $(PRELUDES) revision.h + $(Q)$(RM) parse.c parse.h lex.c enc/trans/newline.c revision.h $(Q)$(RM) id.c id.h probes.dmyh $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) parse.c parse.h lex.c enc/trans/newline.c $(PRELUDES) revision.h $(Q)$(CHDIR) $(srcdir) && $(exec) $(RM) id.c id.h probes.dmyh -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/