ruby-changes:3291
From: ko1@a...
Date: 30 Dec 2007 00:01:24 +0900
Subject: [ruby-changes:3291] nobu - Ruby:r14781 (trunk): * common.mk (clean, distclean, realclean): should include clean-enc
nobu 2007-12-29 21:54:40 +0900 (Sat, 29 Dec 2007) New Revision: 14781 Modified files: trunk/ChangeLog trunk/common.mk Log: * common.mk (clean, distclean, realclean): should include clean-enc and others. [ruby-dev:32887] http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14781&r2=14780 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=14781&r2=14780 Index: ChangeLog =================================================================== --- ChangeLog (revision 14780) +++ ChangeLog (revision 14781) @@ -1,3 +1,8 @@ +Sat Dec 29 21:54:37 2007 Nobuyoshi Nakada <nobu@r...> + + * common.mk (clean, distclean, realclean): should include clean-enc + and others. [ruby-dev:32887] + Sat Dec 29 13:29:29 2007 Tanaka Akira <akr@f...> * bootstraptest/test_knownbug.rb: add a test reported by Index: common.mk =================================================================== --- common.mk (revision 14780) +++ common.mk (revision 14781) @@ -300,7 +300,7 @@ clear-installed-list: @exit > $(INSTALLED_LIST) -clean: clean-ext clean-local +clean: clean-ext clean-local clean-enc clean-local:: @$(RM) $(OBJS) $(MINIOBJS) $(MAINOBJ) $(WINMAINOBJ) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY) $(LIBRUBY_ALIASES) @$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) $(ARCHFILE) .*.time @@ -310,7 +310,7 @@ clean-enc: @-$(MAKE) -f enc.mk $(MFLAGS) clean -distclean: distclean-ext distclean-local +distclean: distclean-ext distclean-local distclean-enc distclean-local:: clean-local @$(RM) $(MKFILES) config.h rbconfig.rb @$(RM) config.cache config.log config.status @@ -322,7 +322,7 @@ distclean-enc: clean-enc @-$(MAKE) -f enc.mk $(MFLAGS) distclean -realclean:: realclean-ext realclean-local +realclean:: realclean-ext realclean-local realclean-enc realclean-local:: distclean-local @$(RM) parse.c lex.c realclean-ext:: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml