ruby-changes:46636
From: usa <ko1@a...>
Date: Tue, 16 May 2017 22:50:57 +0900 (JST)
Subject: [ruby-changes:46636] usa:r58751 (trunk): * common.mk (help): get rid of make error with nmake.
usa 2017-05-16 22:50:51 +0900 (Tue, 16 May 2017) New Revision: 58751 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58751 Log: * common.mk (help): get rid of make error with nmake. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 58750) +++ common.mk (revision 58751) @@ -1275,7 +1275,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1275 " check: equals make test test-all" \ " exam: equals make check test-spec" \ " test: ruby core tests" \ - " test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \ + " test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \ " test-spec: run the Ruby spec suite" \ " test-rubyspec: same as test-spec" \ " up: update local copy and autogenerated files" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/