* tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibprefix but not prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
27f953bfad
commit
da72b1bb6e
@ -1,3 +1,8 @@
|
|||||||
|
Fri Mar 12 13:52:00 2010 Kenta Murata <mrkn@mrkn.jp>
|
||||||
|
|
||||||
|
* tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace
|
||||||
|
rubylibprefix but not prefix.
|
||||||
|
|
||||||
Fri Mar 12 09:43:11 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
Fri Mar 12 09:43:11 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* complex.c (f_signbit): remove condition for signbit because
|
* complex.c (f_signbit): remove condition for signbit because
|
||||||
|
@ -48,7 +48,7 @@ class Prelude
|
|||||||
key = $1
|
key = $1
|
||||||
unless @mkconf
|
unless @mkconf
|
||||||
require './rbconfig'
|
require './rbconfig'
|
||||||
@mkconf = RbConfig::MAKEFILE_CONFIG.merge('prefix'=>'#{TMP_RUBY_PREFIX}')
|
@mkconf = RbConfig::MAKEFILE_CONFIG.merge('rubylibprefix'=>'#{TMP_RUBY_PREFIX}')
|
||||||
end
|
end
|
||||||
if RbConfig::MAKEFILE_CONFIG.has_key? key
|
if RbConfig::MAKEFILE_CONFIG.has_key? key
|
||||||
val = RbConfig.expand("$(#{key})", @mkconf)
|
val = RbConfig.expand("$(#{key})", @mkconf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user