summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-29 19:41:54 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-29 19:41:54 +0000
commitc146e5603f197ef152e73ffdb999013d4616f5e5 (patch)
treebdabb93e2b91d0bd6542113b488a194f6a3ef7d3 /win32
parentcb1ea1622d4ada2138a66363f92a63d6d66fab96 (diff)
downloadperl-c146e5603f197ef152e73ffdb999013d4616f5e5.tar.gz
make distclean patch from Andy Armstrong.
(Distclean isn't perfect yet because there's a spurious directory tree created but not cleaned up by ext/Test/Harness/t/harness.t, but Andy is working on fixing the cause) No idea about the state of play of disclean on VMS - I couldn't see how or where to add the three extra directories to it. p4raw-id: //depot/perl@34640
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index adf57dcbb5..93dc31cb3e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -1183,6 +1183,9 @@ distclean: realclean
-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
-if exist $(LIBDIR)\Filter\Util rmdir /s /q $(LIBDIR)\Filter\Util
-if exist $(LIBDIR)\Hash rmdir /s /q $(LIBDIR)\Hash
+ -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
+ -if exist $(LIBDIR)\Module\Pluggable rmdir /s /q $(LIBDIR)\Module\Pluggable
+ -if exist $(LIBDIR)\TAP rmdir /s /q $(LIBDIR)\TAP
-if exist $(LIBDIR)\IO\Compress rmdir /s /q $(LIBDIR)\IO\Compress
-if exist $(LIBDIR)\IO\Socket rmdir /s /q $(LIBDIR)\IO\Socket
-if exist $(LIBDIR)\IO\Uncompress rmdir /s /q $(LIBDIR)\IO\Uncompress
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 6ff01a6b48..e67458f9fd 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1507,6 +1507,9 @@ distclean: realclean
-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
-if exist $(LIBDIR)\Filter\Util rmdir /s /q $(LIBDIR)\Filter\Util
-if exist $(LIBDIR)\Hash rmdir /s /q $(LIBDIR)\Hash
+ -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
+ -if exist $(LIBDIR)\Module\Pluggable rmdir /s /q $(LIBDIR)\Module\Pluggable
+ -if exist $(LIBDIR)\TAP rmdir /s /q $(LIBDIR)\TAP
-if exist $(LIBDIR)\IO\Compress rmdir /s /q $(LIBDIR)\IO\Compress
-if exist $(LIBDIR)\IO\Socket rmdir /s /q $(LIBDIR)\IO\Socket
-if exist $(LIBDIR)\IO\Uncompress rmdir /s /q $(LIBDIR)\IO\Uncompress