summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-03 15:03:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-03 15:03:49 +0000
commit94519cbb3ea42f7b724cc9ceff0f8cdbdf138228 (patch)
treed82b03b7f17d6174927c8054b3d2748c4ecbb67b /common.mk
parent192b63fd3e2956f039cf719d96c78a1375d1a2d2 (diff)
common.mk: up in help
* common.mk (help): mention `up` target briefly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 79e9c224b9..b558d3619d 100644
--- a/common.mk
+++ b/common.mk
@@ -1090,6 +1090,7 @@ help: PHONY
" test: ruby core tests" \
" test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \
" test-rubyspec: run RubySpec test suite" \
+ " up: update local copy and autogenerated files" \
" update-rubyspec: update local copy of RubySpec" \
" benchmark: benchmark this ruby and COMPARE_RUBY." \
" gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \