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

ruby-changes:9188

From: yugui <ko1@a...>
Date: Sat, 13 Dec 2008 22:20:54 +0900 (JST)
Subject: [ruby-changes:9188] Ruby:r20725 (ruby_1_9_1, trunk): * common.mk (help): describes more targets.

yugui	2008-12-13 22:20:26 +0900 (Sat, 13 Dec 2008)

  New Revision: 20725

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

  Log:
    * common.mk (help): describes more targets.
      based on a patch by Michael Klishin. [ruby-core:20523].

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/common.mk
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20724)
+++ ChangeLog	(revision 20725)
@@ -1,3 +1,8 @@
+Sat Dec 13 22:17:30 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* common.mk (help): describes more targets.
+	  based on a patch by Michael Klishin. [ruby-core:20523].
+
 Sat Dec 13 18:34:43 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* string.c (sym_printable): wrong condition for string iteration.
Index: common.mk
===================================================================
--- common.mk	(revision 20724)
+++ common.mk	(revision 20725)
@@ -738,11 +738,22 @@
 	@echo "                Makefile of Ruby"
 	@echo ""
 	@echo "targets:"
-	@echo "  all:           compile ruby and extensions"
-	@echo "  check:         equals make test test-all"
-	@echo "  test:          ruby core tests"
-	@echo "  test-all:      all ruby tests"
-	@echo "  install:       install all ruby distributions"
-	@echo "  install-nodoc: install without rdoc"
-	@echo "  clean:         clean built objects"
-	@echo "  golf:          for golfers"
+	@echo "  all (default):   builds ruby"
+	@echo "  miniruby:        builds only miniruby"
+	@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"
+	@echo "  test-rubyspec    run RubySpec test suite"
+	@echo "  update-rubyspec  update local copy of RubySpec"
+	@echo "  install:         install all ruby distributions"
+	@echo "  install-nodoc:   install without rdoc"
+	@echo "  clean:           clean built objects"
+	@echo "  golf:            for golfers"
+	@echo
+	@echo "see DeveloperHowto for more detail: "
+	@echo "  http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto"
Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 20724)
+++ ruby_1_9_1/ChangeLog	(revision 20725)
@@ -1,3 +1,8 @@
+Sat Dec 13 22:17:30 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* common.mk (help): describes more targets.
+	  based on a patch by Michael Klishin. [ruby-core:20523].
+
 Sat Dec 13 16:04:48 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* encoding.c (default_external): endless recursion during
Index: ruby_1_9_1/common.mk
===================================================================
--- ruby_1_9_1/common.mk	(revision 20724)
+++ ruby_1_9_1/common.mk	(revision 20725)
@@ -738,11 +738,22 @@
 	@echo "                Makefile of Ruby"
 	@echo ""
 	@echo "targets:"
-	@echo "  all:           compile ruby and extensions"
-	@echo "  check:         equals make test test-all"
-	@echo "  test:          ruby core tests"
-	@echo "  test-all:      all ruby tests"
-	@echo "  install:       install all ruby distributions"
-	@echo "  install-nodoc: install without rdoc"
-	@echo "  clean:         clean built objects"
-	@echo "  golf:          for golfers"
+	@echo "  all (default):   builds ruby"
+	@echo "  miniruby:        builds only miniruby"
+	@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"
+	@echo "  test-rubyspec    run RubySpec test suite"
+	@echo "  update-rubyspec  update local copy of RubySpec"
+	@echo "  install:         install all ruby distributions"
+	@echo "  install-nodoc:   install without rdoc"
+	@echo "  clean:           clean built objects"
+	@echo "  golf:            for golfers"
+	@echo
+	@echo "see DeveloperHowto for more detail: "
+	@echo "  http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto"

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

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