[前][次][番号順一覧][スレッド一覧]

ruby-changes:14618

From: nobu <ko1@a...>
Date: Fri, 29 Jan 2010 09:53:14 +0900 (JST)
Subject: [ruby-changes:14618] Ruby:r26463 (trunk): * common.mk (help): updated.

nobu	2010-01-29 09:50:13 +0900 (Fri, 29 Jan 2010)

  New Revision: 26463

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26463

  Log:
    * common.mk (help): updated.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 26462)
+++ common.mk	(revision 26463)
@@ -125,7 +125,7 @@
 
 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 @@
 	@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"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]