From c92f22588edae7b592cf567112ced5a1f0a92293 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 27 Jul 2015 03:44:00 +0000 Subject: common.mk: clean preludes * common.mk (distclean-local): clean preludes in the build diretory, not by realclean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 9d663aa808..b0a4a96499 100644 --- a/common.mk +++ b/common.mk @@ -487,7 +487,7 @@ clean-docs: clean-rdoc clean-html clean-capi 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 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 -- cgit v1.2.3