aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 13:50:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 13:50:51 +0000
commit197f52e5a0f613b7ed9b64fb743717765839e5ed (patch)
tree288e207db76abb286191b6f6977d37fee8807a18 /common.mk
parent75ff71eb70c2ceda1fa3dae636f795d9d69c133d (diff)
downloadruby-197f52e5a0f613b7ed9b64fb743717765839e5ed.tar.gz
* common.mk (help): get rid of make error with nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e2e92d4531..9a6627db05 100644
--- a/common.mk
+++ b/common.mk
@@ -1275,7 +1275,7 @@ help: PHONY
" 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" \