summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 10:53:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 10:53:17 +0000
commit1b7bb04e1c0ff4466552c261621c45a5fb89142c (patch)
tree3da2b8d9e50b271ca8a31fb0a184992414071906
parent1cede1dab27a78668e1572b861ee1229a87a764b (diff)
make-snapshot: HAVE_BASERUBY
* tool/make-snapshot: set HAVE_BASERUBY to download Unicode data files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/make-snapshot2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index a12c141f5f..11b9b22207 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -266,6 +266,8 @@ def package(rev, destdir)
MINIRUBY=#{miniruby}
RUNRUBY=#{miniruby}
RUBY=#{ENV["RUBY"]}
+ HAVE_BASERUBY=yes
+ BASERUBY=#{ENV["BASERUBY"]}
prereq]
IO.popen(cmd, "w") do |f|
f.puts mk