From e602d5707018d519e6ab61b2601cfd8d0bd38d2e Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 29 Oct 2008 16:22:25 +0000 Subject: merged r20019 from trunk into ruby_1_9_1. * common.mk (revision.h): have to be updated daily or by non-trivial commits. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ common.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25deb769c..712270809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,11 @@ Wed Oct 29 20:45:08 2008 Yusuke Endoh test/webrick/test_server.rb, test/webrick/test_filehandler.rb: use webrick log as an assertion message. +Wed Oct 29 14:36:50 2008 Nobuyoshi Nakada + + * common.mk (revision.h): have to be updated daily or by non-trivial + commits. + Wed Oct 29 13:18:02 2008 Akinori MUSHA * README, README.ja: Update the portability section. diff --git a/common.mk b/common.mk index 39d9ce830..ca4b6c60a 100644 --- a/common.mk +++ b/common.mk @@ -671,7 +671,7 @@ prereq: incs srcs preludes preludes: {$(VPATH)}miniprelude.c preludes: {$(srcdir)}golf_prelude.c -$(srcdir)/revision.h: $(REVISION_FORCE) +$(srcdir)/revision.h: $(srcdir)/version.h $(srcdir)/ChangeLog $(REVISION_FORCE) @set LC_MESSAGES=C -@$(SET_LC_MESSAGES) $(VCS) info "$(@D)" | \ sed -n "s/.*Rev:/#define RUBY_REVISION/p" > "$@.tmp" -- cgit