зеркало из https://github.com/github/ruby.git
* common.mk: remove timestamp in distclean-ext realclean-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a58c224dcf
Коммит
b5d877e62c
|
@ -1,3 +1,7 @@
|
|||
Fri May 3 00:15:58 2013 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* common.mk: remove timestamps in distclean-ext realclean-ext.
|
||||
|
||||
Thu May 2 23:23:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* object.c (rb_obj_is_kind_of): skip prepending modules.
|
||||
|
|
|
@ -449,7 +449,6 @@ clean-local:: PHONY
|
|||
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
|
||||
$(Q)$(RM) y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb $(ruby_pc) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT)
|
||||
clean-ext:: PHONY
|
||||
$(Q)$(RM) $(EXTOUT)/.timestamp/.*.time
|
||||
clean-golf: PHONY
|
||||
$(Q)$(RM) $(GORUBY)$(EXEEXT) $(GOLFOBJS)
|
||||
clean-rdoc: PHONY
|
||||
|
@ -474,13 +473,14 @@ 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 miniprelude.c revision.h
|
||||
realclean-ext::
|
||||
realclean-ext:: PHONY
|
||||
realclean-golf: distclean-golf
|
||||
realclean-capi: PHONY
|
||||
realclean-extout: distclean-extout
|
||||
|
||||
clean-ext distclean-ext realclean-ext::
|
||||
$(Q)$(RM) $(EXTS_MK)
|
||||
$(Q)$(RM) $(EXTOUT)/.timestamp/.*.time
|
||||
|
||||
clean-enc distclean-enc realclean-enc: PHONY
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче