1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (help): updated.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-01-29 00:50:13 +00:00
parent d9e84f2327
commit 796931aa09

View file

@ -125,7 +125,7 @@ BOOTSTRAPRUBY = $(BASERUBY)
COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_prelude.rb
all: encs exts main docs
all: main docs
main: encs exts
@$(RUNCMD) $(MKMAIN_CMD) $(MAKE)
@ -816,13 +816,16 @@ help: PHONY
@echo " Makefile of Ruby"
@echo ""
@echo "targets:"
@echo " all (default): builds ruby"
@echo " all (default): builds all of below"
@echo " miniruby: builds only miniruby"
@echo " encs: builds encodings"
@echo " exts: builds extensions"
@echo " main: builds encodings, extensions and ruby"
@echo " docs: builds documents"
@echo " run: runs test.rb by miniruby"
@echo " runruby: runs test.rb by ruby you just built"
@echo " gdb: runs test.rb by miniruby under gdb"
@echo " gdb-ruby: runs test.rb by ruby under gdb"
@echo " all: compile ruby and extensions"
@echo " check: equals make test test-all"
@echo " test: ruby core tests"
@echo " test-all: all ruby tests"