mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
55058e3583
commit
10c014b06d
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
Tue Dec 11 12:00:19 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* ext/dl/win32/extconf.rb: Fix typo
|
* ext/dl/win32/extconf.rb: Fix typo
|
||||||
|
|
|
@ -69,6 +69,11 @@ path = ENV["PATH"].split(File::PATH_SEPARATOR)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
`#{ENV["BASERUBY"]} --disable-gem -e1 2>&1`
|
||||||
|
if $?.success?
|
||||||
|
ENV["BASERUBY"] += ' --disable-gems'
|
||||||
|
end
|
||||||
|
|
||||||
if $help or $_help
|
if $help or $_help
|
||||||
puts usage
|
puts usage
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Reference in a new issue