summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-24 19:42:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-24 19:42:24 +0000
commit2ca764948cbba0c0f3917cf16e6c0917c8765836 (patch)
tree755f23a41eb634426dbbe07c33050278da7b70f3 /tool
parentd0cd67ef681dedae6c420bf77ed0f292d2e09c94 (diff)
* 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
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
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"}