* fixed generator script name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
20a8fa174c
commit
4f5f65b4f7
@ -1,6 +1,7 @@
|
|||||||
#!./miniruby -s
|
#!./miniruby -s
|
||||||
|
|
||||||
require File.dirname($0)+"/lib/ftools"
|
require File.dirname($0)+"/lib/ftools"
|
||||||
|
mkconfig = File.basename($0)
|
||||||
|
|
||||||
rbconfig_rb = ARGV[0] || 'rbconfig.rb'
|
rbconfig_rb = ARGV[0] || 'rbconfig.rb'
|
||||||
srcdir = $srcdir || '.'
|
srcdir = $srcdir || '.'
|
||||||
@ -14,13 +15,13 @@ $stdout.reopen(config)
|
|||||||
|
|
||||||
fast = {'prefix'=>TRUE, 'ruby_install_name'=>TRUE, 'INSTALL'=>TRUE, 'EXEEXT'=>TRUE}
|
fast = {'prefix'=>TRUE, 'ruby_install_name'=>TRUE, 'INSTALL'=>TRUE, 'EXEEXT'=>TRUE}
|
||||||
print %[
|
print %[
|
||||||
|
# This file was created by #{mkconfig} when ruby was built. Any
|
||||||
|
# changes made to this file will be lost the next time ruby is built.
|
||||||
|
|
||||||
module Config
|
module Config
|
||||||
|
|
||||||
RUBY_VERSION == "#{version}" or
|
RUBY_VERSION == "#{version}" or
|
||||||
raise "ruby lib version (#{version}) doesn't match executable version (\#{RUBY_VERSION})"
|
raise "ruby lib version (#{version}) doesn't match executable version (\#{RUBY_VERSION})"
|
||||||
|
|
||||||
# This file was created by configrb when ruby was built. Any changes
|
|
||||||
# made to this file will be lost the next time ruby is built.
|
|
||||||
]
|
]
|
||||||
|
|
||||||
v_fast = []
|
v_fast = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user