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

ruby-changes:20725

From: yugui <ko1@a...>
Date: Sun, 31 Jul 2011 20:31:26 +0900 (JST)
Subject: [ruby-changes:20725] yugui:r32773 (ruby_1_9_3): Fixes a wrong part in the previous commit.

yugui	2011-07-31 20:30:10 +0900 (Sun, 31 Jul 2011)

  New Revision: 32773

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

  Log:
    Fixes a wrong part in the previous commit.

  Modified files:
    branches/ruby_1_9_3/common.mk

Index: ruby_1_9_3/common.mk
===================================================================
--- ruby_1_9_3/common.mk	(revision 32772)
+++ ruby_1_9_3/common.mk	(revision 32773)
@@ -146,7 +146,6 @@
 .PHONY: showflags
 exts enc trans: showflags
 showflags:
-	$(ECHO) test
 	$(MESSAGE_BEGIN) \
 	"	CC = $(CC)" \
 	"	LD = $(LD)" \

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

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