From c938de20cd80f18375d2cf198ce58033f2d32be7 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 Jan 2009 02:03:54 +0000 Subject: * common.mk (distclean-enc, realclean-enc): do not call clean of enc.mk twice or more. * enc/depend (cleanobjs): added deffile. * lib/mkmf.rb (create_makefile): removes deffile at clean instead of distclean. * win32/Makefile.sub (miniruby, LIBRUBY_SO): removes lib and exp files. * win32/Makefile.sub (clean, distclean): have moved to common.mk. * win32/rmdirs.bat: omits `not empty' message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/rmdirs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/rmdirs.bat') diff --git a/win32/rmdirs.bat b/win32/rmdirs.bat index a8549cc125..829e93d911 100755 --- a/win32/rmdirs.bat +++ b/win32/rmdirs.bat @@ -10,7 +10,7 @@ if "%1" == "" goto :end if not exist "%dir%\." goto :begin if "%dir%" == "." goto :begin if "%dir%" == ".." goto :begin - rd "%dir%" || goto :begin + rd "%dir%" 2> nul || goto :begin :trim_sep if not /%dir:~-1%/ == /\/ goto :trim_base set dir=%dir:~0,-1% -- cgit v1.2.1