* common.mk (help): add texts about gcbench.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d5f642ecc7
commit
a50ce9498c
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 6 19:30:44 2013 Masaya Tarui <tarui@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (help): add texts about gcbench.
|
||||||
|
|
||||||
Wed Nov 6 16:32:32 2013 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Wed Nov 6 16:32:32 2013 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* lib/open3.rb: tweaked grammar in comments
|
* lib/open3.rb: tweaked grammar in comments
|
||||||
|
@ -1088,6 +1088,8 @@ help: PHONY
|
|||||||
" test-rubyspec: run RubySpec test suite" \
|
" test-rubyspec: run RubySpec test suite" \
|
||||||
" update-rubyspec: update local copy of RubySpec" \
|
" update-rubyspec: update local copy of RubySpec" \
|
||||||
" benchmark: benchmark this ruby and COMPARE_RUBY" \
|
" 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: install all ruby distributions" \
|
||||||
" install-nodoc: install without rdoc" \
|
" install-nodoc: install without rdoc" \
|
||||||
" install-cross: install cross compiling staff" \
|
" install-cross: install cross compiling staff" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user