diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | common.mk | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Tue Jan 29 00:52:14 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * common.mk (up): use last changed revision. + Tue Jan 29 00:12:17 2008 NAKAMURA Usaku <usa@ruby-lang.org> * bignum.c (rb_big2str0): should be US-ASCII. @@ -795,8 +795,8 @@ dist: $(PROGRAM) $(RUNRUBY) $(srcdir)/distruby.rb up: - @$(VCS) up "$(srcdir)" |\ - sed '-e$${' -eh "-es/[^0-9]//g" "-es/^/#define RUBY_REVISION /" "-ew$(srcdir)/revision.h" -eg "-e}" + @$(VCS) up "$(srcdir)" + -@$(MAKE) "$(srcdir)/revision.h" help: @echo " Makefile of Ruby" |
