зеркало из https://github.com/github/ruby.git
* 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:
Родитель
55058e3583
Коммит
10c014b06d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче