summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 08:19:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 08:19:56 +0900
commit1f99274ccf31ba1f2a4b3ac20a9c6cdc5ae81152 (patch)
tree7ecac773ab222b4eeae395111e33ce2cdc0db594 /common.mk
parent13cb9e6bd2c88d04fc9b21b8f8c1d192c67cd5a2 (diff)
Added the bundled gems target to make help.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 8c00cfa68e..6ccc14af98 100644
--- a/common.mk
+++ b/common.mk
@@ -1497,6 +1497,8 @@ help: PHONY
" test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \
" test-bundler: run the Bundler spec" \
" test-bundled-gems: run the test suite of bundled gems" \
+ " update-gems: download files of the bundled gems" \
+ " update-bundled_gems: update the latest version 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." \