mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
975d1cb3d1
commit
8dd82a3e1e
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue