mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (revision.h): have to be updated daily or by non-trivial
commits. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c93ac5311d
commit
1b95e95ff2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 29 14:36:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (revision.h): have to be updated daily or by non-trivial
|
||||
commits.
|
||||
|
||||
Wed Oct 29 13:18:02 2008 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* README, README.ja: Update the portability section.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue