ruby-changes:5245
From: usa <ko1@a...>
Date: Mon, 2 Jun 2008 13:21:12 +0900 (JST)
Subject: [ruby-changes:5245] Ruby:r16744 (ruby_1_8): * mkconfig.rb: hide build path from rbconfig.rb.
usa 2008-06-02 13:20:48 +0900 (Mon, 02 Jun 2008) New Revision: 16744 Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/mkconfig.rb Log: * mkconfig.rb: hide build path from rbconfig.rb. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16744&r2=16743&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/mkconfig.rb?r1=16744&r2=16743&diff_format=u Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 16743) +++ ruby_1_8/ChangeLog (revision 16744) @@ -1,3 +1,7 @@ +Mon Jun 2 13:20:23 2008 NAKAMURA Usaku <usa@r...> + + * mkconfig.rb: hide build path from rbconfig.rb. + Mon Jun 2 08:46:52 2008 Nobuyoshi Nakada <nobu@r...> * util.c (ruby_strtod, dtoa): initialize more variables for error Index: ruby_1_8/mkconfig.rb =================================================================== --- ruby_1_8/mkconfig.rb (revision 16743) +++ ruby_1_8/mkconfig.rb (revision 16744) @@ -75,6 +75,7 @@ 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)}" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/