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

ruby-changes:16885

From: naruse <ko1@a...>
Date: Fri, 6 Aug 2010 17:40:52 +0900 (JST)
Subject: [ruby-changes:16885] Ruby:r28882 (trunk): * common.mk (clean): add prelude.c, config.log, and rbconfig.rb.

naruse	2010-08-06 17:40:30 +0900 (Fri, 06 Aug 2010)

  New Revision: 28882

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

  Log:
    * common.mk (clean): add  prelude.c, config.log, and rbconfig.rb.
    
    * common.mk (distclean): remove encdb.h, config.log, and rbconfig.rb.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28881)
+++ ChangeLog	(revision 28882)
@@ -1,3 +1,9 @@
+Fri Aug  6 17:38:33 2010  NARUSE, Yui  <naruse@r...>
+
+	* common.mk (clean): add  prelude.c, config.log, and rbconfig.rb.
+
+	* common.mk (distclean): remove encdb.h, config.log, and rbconfig.rb.
+
 Fri Aug  6 17:35:24 2010  NARUSE, Yui  <naruse@r...>
 
 	* Makefile.in: ignore error from RMDIRS.
Index: common.mk
===================================================================
--- common.mk	(revision 28881)
+++ common.mk	(revision 28882)
@@ -374,7 +374,7 @@
 clean-local:: PHONY
 	@$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES)
 	@$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time
-	@$(RM) *.inc y.tab.c y.output encdb.h transdb.h
+	@$(RM) *.inc y.tab.c y.output encdb.h transdb.h prelude.c config.log rbconfig.rb
 clean-ext:: PHONY
 clean-golf: PHONY
 	@$(RM) $(GORUBY)$(EXEEXT) $(GOLFOBJS)
@@ -383,8 +383,8 @@
 
 distclean: distclean-ext distclean-local distclean-enc distclean-golf distclean-extout
 distclean-local:: clean-local
-	@$(RM) $(MKFILES) rbconfig.rb yasmdata.rb encdb.h
-	@$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES)
+	@$(RM) $(MKFILES) yasmdata.rb
+	@$(RM) config.cache config.status config.status.lineno $(PRELUDES)
 	@$(RM) *~ *.bak *.stackdump core *.core gmon.out $(PREP)
 distclean-ext:: PHONY
 distclean-golf: clean-golf

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

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