From 2ca764948cbba0c0f3917cf16e6c0917c8765836 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Mar 2010 19:42:24 +0000 Subject: * tool/make-snapshot (package): take a breath for HP-UX make [ruby-core:28938]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/make-snapshot b/tool/make-snapshot index 7057733696..34a37a92f3 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -137,6 +137,7 @@ def package(rev, destdir) v = n end system("patch -d #{v} -p0 -i #{$patch_file}") if $patch_file + "take a breath, and go ahead".scan(/./) {|c|print c; sleep(c == "," ? 0.7 : 0.05)}; puts def (clean = []).add(n) push(n); n end Dir.chdir(v) do File.open(clean.add("cross.rb"), "w") {|f| f.puts "CROSS_COMPILING=true"} -- cgit v1.2.3