* tool/make-snapshot (BASERUBY): add --disable-gem to avoid load gems.

[Bug #7541] [ruby-core:50736]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2012-12-11 06:13:43 +00:00
Родитель 55058e3583
Коммит 10c014b06d
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Tue Dec 11 15:11:29 2012 NARUSE, Yui <naruse@ruby-lang.org>
* tool/make-snapshot (BASERUBY): add --disable-gem to avoid load gems.
[Bug #7541] [ruby-core:50736]
Tue Dec 11 12:00:19 2012 NARUSE, Yui <naruse@ruby-lang.org>
* ext/dl/win32/extconf.rb: Fix typo

Просмотреть файл

@ -69,6 +69,11 @@ path = ENV["PATH"].split(File::PATH_SEPARATOR)
end
end
`#{ENV["BASERUBY"]} --disable-gem -e1 2>&1`
if $?.success?
ENV["BASERUBY"] += ' --disable-gems'
end
if $help or $_help
puts usage
exit