Skip to content

Commit

Permalink
* tool/make-snapshot: must create configure and lex.c.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Dec 24, 2007
1 parent 29595e2 commit efd4bbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Dec 25 03:19:47 2007 WATANABE Hirofumi <[email protected]>

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

Tue Dec 25 03:16:05 2007 Yukihiro Matsumoto <[email protected]>

* io.c (rb_io_s_pipe): now takes up to two arguments. allow its
Expand Down
2 changes: 1 addition & 1 deletion tool/make-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ revision=`svn export $SVNURL ruby | sed -n '$s/.*\([0-9]+\).*/\1/p'`
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#*.}"
Expand Down

0 comments on commit efd4bbd

Please sign in to comment.