[前][次][番号順一覧][スレッド一覧]

ruby-changes:28511

From: ayumin <ko1@a...>
Date: Fri, 3 May 2013 00:22:45 +0900 (JST)
Subject: [ruby-changes:28511] ayumin:r40563 (trunk): * common.mk: remove timestamp in distclean-ext realclean-ext.

ayumin	2013-05-03 00:22:27 +0900 (Fri, 03 May 2013)

  New Revision: 40563

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40563

  Log:
    * common.mk: remove timestamp in distclean-ext realclean-ext.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40562)
+++ ChangeLog	(revision 40563)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri May  3 00:15:58 2013  Ayumu AIZAWA  <ayumu.aizawa@g...>
+
+	* common.mk: remove timestamps in distclean-ext realclean-ext.
+
 Thu May  2 23:23:49 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* object.c (rb_obj_is_kind_of): skip prepending modules.
Index: common.mk
===================================================================
--- common.mk	(revision 40562)
+++ common.mk	(revision 40563)
@@ -449,7 +449,6 @@ clean-local:: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L449
 	$(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 https://github.com/ruby/ruby/blob/trunk/common.mk#L473
 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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]