From a0fcd60b7dba218fdb79fb8cf07160ae05e84995 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Jan 2009 02:23:47 +0000 Subject: * common.mk (clean-extout): removes extout directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e218fe61b..42d49af14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Sun Jan 25 11:07:51 2009 Nobuyoshi Nakada +Sun Jan 25 11:25:10 2009 Nobuyoshi Nakada * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and parents. @@ -6,14 +6,13 @@ Sun Jan 25 11:07:51 2009 Nobuyoshi Nakada * Makefile.in, win32/Makefile.sub (distclean-rdoc): added to remove temprary rdoc. - * Makefile.in, win32/Makefile.sub (distclean): removes extout - directory. - * Makefile.in, win32/Makefile.sub (clean-ext): skips non-existent directories. * common.mk (clean, distclean): cleans rdoc. + * common.mk (clean-extout): removes extout directory. + * configure.in (RMDIRS, RMALL): added to clean extout. * lib/fileutils.rb (FileUtils#rmdir): added :parents option. -- cgit