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

ruby-changes:3814

From: ko1@a...
Date: Tue, 29 Jan 2008 01:39:16 +0900 (JST)
Subject: [ruby-changes:3814] usa - Ruby:r15303 (trunk): * common.mk ($(srcdir)/revision.h): no need to show ifchange execution

usa	2008-01-29 01:39:01 +0900 (Tue, 29 Jan 2008)

  New Revision: 15303

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

  Log:
    * common.mk ($(srcdir)/revision.h): no need to show ifchange execution
      because ifchange echos updated or unchaned.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15303&r2=15302&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=15303&r2=15302&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15302)
+++ ChangeLog	(revision 15303)
@@ -1,3 +1,8 @@
+Tue Jan 29 01:38:02 2008  NAKAMURA Usaku  <usa@r...>
+
+	* common.mk ($(srcdir)/revision.h): no need to show ifchange execution
+	  because ifchange echos updated or unchaned.
+
 Tue Jan 29 01:26:23 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* common.mk (up): use last changed revision.
Index: common.mk
===================================================================
--- common.mk	(revision 15302)
+++ common.mk	(revision 15303)
@@ -730,7 +730,7 @@
 	@set LC_MESSAGES=C
 	-@$(SET_LC_MESSAGES) $(VCS) info "$(@D)" | \
 	sed -n "s/.*Rev:/#define RUBY_REVISION/p" > "$@.tmp"
-	$(IFCHANGE) "$@" "$@.tmp"
+	@$(IFCHANGE) "$@" "$@.tmp"
 
 $(srcdir)/ext/ripper/ripper.c:
 	cd $(srcdir)/ext/ripper && exec $(MAKE) -f depend $(MFLAGS) top_srcdir=../.. srcdir=.

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

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