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

ruby-changes:3794

From: ko1@a...
Date: Mon, 28 Jan 2008 09:36:06 +0900 (JST)
Subject: [ruby-changes:3794] usa - Ruby:r15283 (trunk): * common.mk (help): use double quotes for nmake.

usa	2008-01-28 09:35:48 +0900 (Mon, 28 Jan 2008)

  New Revision: 15283

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

  Log:
    * common.mk (help): use double quotes for nmake.
    


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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 15282)
+++ ChangeLog	(revision 15283)
@@ -1,3 +1,7 @@
+Mon Jan 28 09:34:54 2008  NAKAMURA Usaku  <usa@r...>
+
+	* common.mk (help): use double quotes for nmake.
+
 Mon Jan 28 00:39:09 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* parse.y (parser_set_encode): check if encoding is ASCII compatible.
Index: common.mk
===================================================================
--- common.mk	(revision 15282)
+++ common.mk	(revision 15283)
@@ -799,14 +799,14 @@
 	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'
-	@echo '  clean:         clean built objects'
-	@echo '  golf:          for golfers'
+	@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"

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

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