ruby-changes:56516
From: Takashi <ko1@a...>
Date: Mon, 15 Jul 2019 06:14:52 +0900 (JST)
Subject: [ruby-changes:56516] Takashi Kokubun: 364f43ab7f (master): Reduce the number of make help entries
https://git.ruby-lang.org/ruby.git/commit/?id=364f43ab7f From 364f43ab7fc5920247fc73423c1428208cf78a4a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 15 Jul 2019 06:11:40 +0900 Subject: 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. diff --git a/common.mk b/common.mk index 5430fe6..a2ee72b 100644 --- a/common.mk +++ b/common.mk @@ -1503,14 +1503,12 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1503 " 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" \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/