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

ruby-changes:3781

From: ko1@a...
Date: Sun, 27 Jan 2008 18:19:16 +0900 (JST)
Subject: [ruby-changes:3781] naruse - Ruby:r15270 (trunk): * common.mk (help): show major targets.

naruse	2008-01-27 18:19:00 +0900 (Sun, 27 Jan 2008)

  New Revision: 15270

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

  Log:
    * common.mk (help): show major targets.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15270&r2=15269&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=15270&r2=15269&diff_format=u

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15269)
+++ ChangeLog	(revision 15270)
@@ -1,3 +1,7 @@
+Sun Jan 27 18:18:13 2008  NARUSE, Yui  <naruse@r...>
+
+	* common.mk (help): show major targets.
+
 Sun Jan 27 17:54:48 2008  NARUSE, Yui  <naruse@r...>
 
 	* ext/nkf/nkf.c: raise error when no output encoding is given.
Index: common.mk
===================================================================
--- common.mk	(revision 15269)
+++ common.mk	(revision 15270)
@@ -797,3 +797,14 @@
 up:
 	@$(VCS) up "$(srcdir)" |\
 	sed '-e$${' -eh "-es/[^0-9]//g" "-es/^/#define RUBY_REVISION /" "-ew$(srcdir)/revision.h" -eg "-e}"
+
+help:
+	@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'

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

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