ruby-changes:46366
From: ko1 <ko1@a...>
Date: Wed, 26 Apr 2017 02:24:12 +0900 (JST)
Subject: [ruby-changes:46366] ko1:r58480 (trunk): revert r58478 and r58479 because they do not support not in-place build
ko1 2017-04-26 02:24:06 +0900 (Wed, 26 Apr 2017) New Revision: 58480 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58480 Log: revert r58478 and r58479 because they do not support not in-place build Modified files: trunk/common.mk trunk/spec/default.mspec Index: common.mk =================================================================== --- common.mk (revision 58479) +++ common.mk (revision 58480) @@ -712,7 +712,7 @@ test-rubyspec-precheck: $(arch)-fake.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L712 test-rubyspec: $(TEST_RUNNABLE)-test-rubyspec yes-test-rubyspec: test-rubyspec-precheck $(gnumake_recursive)$(Q) \ - $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run $(MSPECOPT) + $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT) no-test-rubyspec: test-rubyspec-precheck RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable Index: spec/default.mspec =================================================================== --- spec/default.mspec (revision 58479) +++ spec/default.mspec (revision 58480) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/spec/default.mspec#L1 # -*- ruby -*- -require_relative "../rbconfig" +load "./rbconfig.rb" load File.dirname(__FILE__) + '/rubyspec/default.mspec' OBJDIR = File.expand_path("spec/rubyspec/optional/capi/ext") class MSpecScript -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/