summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 09:13:35 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 09:13:35 +0000
commit22365d9c50da3733c070ea51fe6804d2f9fd91c1 (patch)
tree2e292cf227fc6cecf4f88350ddabc65b66b08f83 /win32
parent6e1696743c1a5595343657230bee05db204a064c (diff)
merges r23655 from trunk into ruby_1_9_1.
-- * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a2d9b11eab..d1190e0bc1 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -66,6 +66,7 @@ AUTOCONF = autoconf
IFCHANGE = $(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
+RMALL = $(COMSPEC) /C rmdir /s /q
CP = copy > nul
MV = move > nul
!if !defined(BASERUBY)