summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-05 13:08:23 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-05 13:08:23 +0900
commit4d469472e2fda05cbdef98ce2a1fe945f2355f51 (patch)
tree461c8a8b51b298b605d8ba13c24d593d5b1b9da5 /tool/make-snapshot
parent45fe7f757522ed7d1d3ec754da59d41d45dd6bab (diff)
downloadruby-4d469472e2fda05cbdef98ce2a1fe945f2355f51.tar.gz
Debugging snapshot [ci skip]
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index a54f254dc2..b88bcdc297 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -416,6 +416,7 @@ def package(vcs, rev, destdir, tmp = nil)
f.puts "Object.__send__(:remove_const, :RUBY_VERSION)"
f.puts "RUBY_VERSION='#{version}'"
end
+ warn "cross.rb:", File.read("cross.rb").gsub(/^/, "> "), ""
unless File.exist?("configure")
print "creating configure..."
unless system([ENV["AUTOCONF"]]*2)