mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8f37674ffd
commit
3303dbf01b
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Tue Jan 13 21:57:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* 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@gmail.com>
|
||||
|
||||
* ext/json, test/json: merge JSON HEAD(259dee6)
|
||||
|
|
|
@ -486,6 +486,7 @@ distclean-local:: clean-local
|
|||
$(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
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue