ruby-changes:41348
From: nobu <ko1@a...>
Date: Mon, 4 Jan 2016 00:03:43 +0900 (JST)
Subject: [ruby-changes:41348] nobu:r53420 (trunk): common.mk: up in help
nobu 2016-01-04 00:03:49 +0900 (Mon, 04 Jan 2016) New Revision: 53420 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53420 Log: common.mk: up in help * common.mk (help): mention `up` target briefly. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 53419) +++ common.mk (revision 53420) @@ -1090,6 +1090,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1090 " 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>]" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/