aboutsummaryrefslogtreecommitdiffstats
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-22 00:53:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-22 00:53:17 +0000
commit1e528da90c50447a1b5864afb445c1ee39e1e2cf (patch)
treeca3d2eaa0f3829c8a99ad06153d0016d56d80d00 /tool/make-snapshot
parentddc3997c5864d0e77e01cb1e2325a406f12f7d86 (diff)
downloadruby-1e528da90c50447a1b5864afb445c1ee39e1e2cf.tar.gz
make-snapshot: CONFIGURE
* tool/make-snapshot (package): add default CONFIGURE name to follow r50039. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 c6782ea647..15f223ee42 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -304,6 +304,7 @@ def package(vcs, rev, destdir, tmp = nil)
"BASERUBY"=>baseruby,
"BOOTSTRAPRUBY"=>baseruby,
"PWD"=>Dir.pwd,
+ "CONFIGURE"=>"configure",
}
mk.gsub!(/@([A-Za-z_]\w*)@/) {vars[$1] || ENV[$1]}
mk << commonmk.gsub(/(?<!#)\{[^{}]*\}/, "")