mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: hide build path from rbconfig.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6a62b8e803
commit
dc6b616656
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 2 13:06:38 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* mkconfig.rb: hide build path from rbconfig.rb.
|
||||
|
||||
Mon Jun 2 08:46:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* util.c (ruby_strtod, dtoa): initialize more variables for error
|
||||
|
|
|
@ -75,6 +75,7 @@ File.foreach "config.status" do |line|
|
|||
next if /^\$ac_\w+$/ =~ val
|
||||
next if $install_name and /^RUBY_INSTALL_NAME$/ =~ name
|
||||
next if $so_name and /^RUBY_SO_NAME$/ =~ name
|
||||
next if /^(?:X|(?:MINI|RUN)RUBY$)/ =~ name
|
||||
if /^program_transform_name$/ =~ name and /^s(\\?.)(.*)\1$/ =~ val
|
||||
next if $install_name
|
||||
sep = %r"#{Regexp.quote($1)}"
|
||||
|
|
Loading…
Reference in a new issue