From 1955ac9e820f4f42debe889643104cce8cc3cacc Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Feb 2013 03:49:37 +0000 Subject: [PATCH] * tool/mkconfig.rb: exclude variables to just build libruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index d8e9f0f3b7..a37aaa8330 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -75,6 +75,7 @@ File.foreach "config.status" do |line| when /^(?:ac_.*|configure_input|(?:top_)?srcdir|\w+OBJS)$/; next when /^(?:X|(?:MINI|RUN|BASE)RUBY$)/; next when /^(?:MAJOR|MINOR|TEENY)$/; next + when /^LIBRUBY_D?LD/; next when /^RUBY_INSTALL_NAME$/; next if $install_name when /^RUBY_SO_NAME$/; next if $so_name when /^arch$/; if val.empty? then val = arch else arch = val end