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

ruby-changes:15446

From: usa <ko1@a...>
Date: Thu, 15 Apr 2010 11:52:30 +0900 (JST)
Subject: [ruby-changes:15446] Ruby:r27343 (trunk): * common.mk (help): small fix.

usa	2010-04-15 11:52:12 +0900 (Thu, 15 Apr 2010)

  New Revision: 27343

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

  Log:
    * common.mk (help): small fix.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27342)
+++ ChangeLog	(revision 27343)
@@ -1,3 +1,7 @@
+Thu Apr 15 11:51:49 2010  NAKAMURA Usaku  <usa@r...>
+
+	* common.mk (help): small fix.
+
 Wed Apr 14 22:09:28 2010  NARUSE, Yui  <naruse@r...>
 
 	* lib/rexml/source.rb: force_encoding("UTF-8") when the input
Index: common.mk
===================================================================
--- common.mk	(revision 27342)
+++ common.mk	(revision 27343)
@@ -838,6 +838,6 @@
 	@echo "  install-nodoc:   install without rdoc"
 	@echo "  clean:           clean built objects"
 	@echo "  golf:            for golfers"
-	@echo
+	@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/

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