summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-02 04:07:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-02 04:07:07 +0000
commitdc6b616656f9152dd32c95bfd71157eec234af2a (patch)
tree0e44c861b5db1bf4531235af64cf60f4a5fff3a3 /mkconfig.rb
parent6a62b8e8037c3721e7f70dbe106da50df6fbfc37 (diff)
* 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
Diffstat (limited to 'mkconfig.rb')
-rwxr-xr-xmkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 6a2eb64040..589c6310a9 100755
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -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)}"