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

ruby-changes:17772

From: nobu <ko1@a...>
Date: Sun, 14 Nov 2010 17:58:00 +0900 (JST)
Subject: [ruby-changes:17772] Ruby:r29783 (trunk): * enc/Makefile.in (distclean): should not remove sources which are

nobu	2010-11-14 17:57:53 +0900 (Sun, 14 Nov 2010)

  New Revision: 29783

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

  Log:
    * enc/Makefile.in (distclean): should not remove sources which are
      distributed in tarball.

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29782)
+++ ChangeLog	(revision 29783)
@@ -1,3 +1,8 @@
+Sun Nov 14 17:57:45 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* enc/Makefile.in (distclean): should not remove sources which are
+	  distributed in tarball.
+
 Sun Nov 14 16:48:56 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* parse.y (parser_set_token_info): turn on/off with directives.
Index: enc/Makefile.in
===================================================================
--- enc/Makefile.in	(revision 29782)
+++ enc/Makefile.in	(revision 29783)
@@ -67,6 +67,6 @@
 
 clean:
 
-distclean: clean clean-srcs
+distclean: clean
 	@$(RM) enc.mk
-realclean: distclean
+realclean: distclean clean-srcs

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

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