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

ruby-changes:3135

From: ko1@a...
Date: 25 Dec 2007 03:24:25 +0900
Subject: [ruby-changes:3135] eban - Ruby:r14627 (trunk): * tool/make-snapshot: must create configure and lex.c.

eban	2007-12-25 03:24:15 +0900 (Tue, 25 Dec 2007)

  New Revision: 14627

  Modified files:
    trunk/ChangeLog
    trunk/tool/make-snapshot

  Log:
    * tool/make-snapshot: must create configure and lex.c.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14627&r2=14626
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/tool/make-snapshot?r1=14627&r2=14626

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14626)
+++ ChangeLog	(revision 14627)
@@ -1,3 +1,7 @@
+Tue Dec 25 03:19:47 2007  WATANABE Hirofumi  <eban@r...>
+
+	* tool/make-snapshot: must create configure and lex.c.
+
 Tue Dec 25 03:16:05 2007  Yukihiro Matsumoto  <matz@r...>
 
 	* io.c (rb_io_s_pipe): now takes up to two arguments.  allow its
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 14626)
+++ tool/make-snapshot	(revision 14627)
@@ -17,7 +17,7 @@
 echo "#define RUBY_REVISION $revision" > ruby/revision.h
 v=ruby-r$revision
 mv ruby $v
-(cd $v; sed 's/{[^{}]*}//g' common.mk | make -f - prereq srcdir=.)
+(cd $v; autoconf; (sed '/lex\.c/,/^$/!d' Makefile.in; sed 's/{[^{}]*}//g' common.mk) | make -f - prereq srcdir=.)
 
 for cmd in "bzip tarball.tar.bz2 tar cjf" "gzip tarball.tar.gz tar czf" "zip archive.zip zip -qr"; do
     mesg="${cmd%%.*}" cmd="${cmd#*.}"

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

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