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

ruby-changes:11001

From: nobu <ko1@a...>
Date: Tue, 24 Feb 2009 17:55:47 +0900 (JST)
Subject: [ruby-changes:11001] Ruby:r22590 (trunk): * Makefile.in (id.h): overwrites unconditinally.

nobu	2009-02-24 17:54:50 +0900 (Tue, 24 Feb 2009)

  New Revision: 22590

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

  Log:
    * Makefile.in (id.h): overwrites unconditinally.

  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 22589)
+++ ChangeLog	(revision 22590)
@@ -1,3 +1,7 @@
+Tue Feb 24 17:54:45 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* Makefile.in (id.h): overwrites unconditinally.
+
 Tue Feb 24 13:13:49 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 22589)
+++ Makefile.in	(revision 22590)
@@ -177,7 +177,7 @@
 
 incs: id.h
 id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
-	$(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=$@ \
+	$(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \
 		$(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
 
 # Things which should be considered:

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

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