mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
0b8c716233
commit
c92f22588e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue