Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
authorSteve Hay <SteveHay@planit.com>
Wed, 8 Mar 2006 16:25:23 +0000 (16:25 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 8 Mar 2006 16:25:23 +0000 (16:25 +0000)
commit2909fc9d34b1974c9d36c05919897a9934ee7df0
tree6e5429411b2c78e7a7a47ab976394b85d12b25b9
parentb1d1c89dd4add0044d7fe8a24cce57e62c9c1d5c
Get rid of unnecessary "rmdir /s" calls in Win32 makefiles

They only existed for the benefit of old shells that didn't
understand "rmdir /s /q", but since change #27195 effectively
drops support for old shells that don't understand "xcopy /y"
it seems unnecessary now.

Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
it's probably only the Windows 9x shells that lose out.
p4raw-link: @27195 on //depot/perl: b6ed73147a6df30ce6f460cb8d6857100c9a83be

p4raw-id: //depot/perl@27421
win32/Makefile
win32/makefile.mk