ruby-changes:39808
From: hsbt <ko1@a...>
Date: Thu, 17 Sep 2015 22:33:30 +0900 (JST)
Subject: [ruby-changes:39808] hsbt:r51889 (trunk): * common.mk: fix command error with outside builddir.
hsbt 2015-09-17 22:33:11 +0900 (Thu, 17 Sep 2015) New Revision: 51889 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51889 Log: * common.mk: fix command error with outside builddir. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 51888) +++ ChangeLog (revision 51889) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@r...> + + * common.mk: fix command error with outside builddir. + Thu Sep 17 17:42:09 2015 SHIBATA Hiroshi <hsbt@r...> * common.mk: separated test for test-framework from test-all task. Index: common.mk =================================================================== --- common.mk (revision 51888) +++ common.mk (revision 51889) @@ -581,7 +581,7 @@ yes-test-knownbug: prog PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L581 test-testframework: $(TEST_RUNNABLE)-test-testframework no-test-testframework: PHONY yes-test-testframework: prog PHONY - $(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) test/testunit test/minitest + $(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) $(srcdir)/test/testunit $(srcdir)/test/minitest test: test-sample btest-ruby test-knownbug -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/