From 364f43ab7fc5920247fc73423c1428208cf78a4a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 15 Jul 2019 06:11:40 +0900 Subject: [PATCH] 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. --- common.mk | 2 -- 1 file changed, 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-spec: run the Ruby spec suite [SPECOPTS=]" \ - " 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=]" \ " up: update local copy and autogenerated files" \ " benchmark: benchmark this ruby and COMPARE_RUBY." \ " gcbench: gc benchmark [GCBENCH_ITEM=]" \ - " gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \ " install: install all ruby distributions" \ " install-nodoc: install without rdoc" \ " install-cross: install cross compiling stuff" \