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

ruby-changes:17179

From: yugui <ko1@a...>
Date: Sat, 4 Sep 2010 01:04:58 +0900 (JST)
Subject: [ruby-changes:17179] Ruby:r29177 (trunk): Forward-ports r28360 from ruby_1_9_2 into trunk.

yugui	2010-09-04 00:57:33 +0900 (Sat, 04 Sep 2010)

  New Revision: 29177

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

  Log:
    Forward-ports r28360 from ruby_1_9_2 into trunk.
    --
    * enc/Makefile.in (realclean): has been missing. necessary
      for make realclean-enc.

  Modified files:
    trunk/ChangeLog
    trunk/enc/Makefile.in

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29176)
+++ ChangeLog	(revision 29177)
@@ -1,3 +1,8 @@
+Fri Jun 18 01:33:21 2010  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* enc/Makefile.in (realclean): has been missing. necessary
+	  for make realclean-enc.
+
 Fri Sep  3 23:51:26 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_socket_p): Pathname#socket?
Index: enc/Makefile.in
===================================================================
--- enc/Makefile.in	(revision 29176)
+++ enc/Makefile.in	(revision 29177)
@@ -63,3 +63,4 @@
 
 distclean: clean clean-srcs
 	@$(RM) enc.mk
+realclean: distclean

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

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