mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (revision.h): ignores failure of file2lastrev.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b19be9b1a9
commit
62be8b0154
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Dec 27 15:15:56 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* common.mk (revision.h): ignores failure of file2lastrev.
|
||||
|
||||
Sat Dec 27 15:02:38 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ruby.c (process_options): fix to untouch th->mild_compile_error.
|
||||
|
|
|
@ -685,7 +685,7 @@ preludes: {$(VPATH)}miniprelude.c
|
|||
preludes: {$(srcdir)}golf_prelude.c
|
||||
|
||||
$(srcdir)/revision.h: $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/file2lastrev.rb $(REVISION_FORCE)
|
||||
$(BASERUBY) $(srcdir)/tool/file2lastrev.rb --revision.h "$(@D)" > "$@.tmp"
|
||||
@-$(BASERUBY) $(srcdir)/tool/file2lastrev.rb --revision.h "$(@D)" > "$@.tmp"
|
||||
@$(IFCHANGE) "$@" "$@.tmp"
|
||||
|
||||
$(srcdir)/ext/ripper/ripper.c:
|
||||
|
|
Loading…
Add table
Reference in a new issue