summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:11:40 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-15 06:11:47 +0900
commit364f43ab7fc5920247fc73423c1428208cf78a4a (patch)
tree214934aadad7ac286c5e9c4bcf10eb6055adf192 /common.mk
parent0ee105f3f0a3b409bc08e6a1336c898038c1088f (diff)
Reduce the number of make help entries
We've added some more things recently. It seems not worth having almost the same two entries there anymore.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 5430fe6d72..a2ee72b254 100644
--- a/common.mk
+++ b/common.mk
@@ -1503,14 +1503,12 @@ help: PHONY
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=<test files>]" \
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
- " test-rubyspec: same as test-spec" \
" test-bundler: run the Bundler spec" \
" test-bundled-gems: run the test suite of bundled gems" \
" sync-default-gems: sync default gems from upstream [GEM=<gem_name>]" \
" up: update local copy and autogenerated files" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \
- " gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \
" install: install all ruby distributions" \
" install-nodoc: install without rdoc" \
" install-cross: install cross compiling stuff" \