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

ruby-changes:9632

From: yugui <ko1@a...>
Date: Mon, 29 Dec 2008 18:27:13 +0900 (JST)
Subject: [ruby-changes:9632] Ruby:r21172 (trunk): * Makefile.in (distclean-local): removes Doxyfile and

yugui	2008-12-29 18:26:50 +0900 (Mon, 29 Dec 2008)

  New Revision: 21172

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

  Log:
    * Makefile.in (distclean-local): removes Doxyfile and
      run.gdb at distclean'ing.

  Modified files:
    trunk/ChangeLog
    trunk/Makefile.in

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 21171)
+++ ChangeLog	(revision 21172)
@@ -1,3 +1,8 @@
+Mon Dec 29 18:24:49 2008  Yuki Sonoda (Yugui)  <yugui@y...>
+
+	* Makefile.in (distclean-local): removes Doxyfile and
+	  run.gdb at distclean'ing.
+
 Mon Dec 29 17:53:24 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* bin/erb: accepts options in more flexible styles.
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 21171)
+++ Makefile.in	(revision 21172)
@@ -220,6 +220,8 @@
 
 distclean-local::
 	@$(RM) ext/config.cache $(RBCONFIG)
+	$(RM) Doxyfile
+	@-$(RM) run.gdb
 	-$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
 	-rmdir -p $(arch_hdrdir)/ruby
 

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

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