ruby-changes:27263
From: nobu <ko1@a...>
Date: Tue, 19 Feb 2013 12:49:47 +0900 (JST)
Subject: [ruby-changes:27263] nobu:r39315 (trunk): * tool/mkconfig.rb: exclude variables to just build libruby.
nobu 2013-02-19 12:49:37 +0900 (Tue, 19 Feb 2013) New Revision: 39315 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39315 Log: * tool/mkconfig.rb: exclude variables to just build libruby. Modified files: trunk/tool/mkconfig.rb Index: tool/mkconfig.rb =================================================================== --- tool/mkconfig.rb (revision 39314) +++ tool/mkconfig.rb (revision 39315) @@ -75,6 +75,7 @@ File.foreach "config.status" do |line| https://github.com/ruby/ruby/blob/trunk/tool/mkconfig.rb#L75 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/