summaryrefslogtreecommitdiff
path: root/Makefile.SH
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 /Makefile.SH
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 'Makefile.SH')
-rw-r--r--Makefile.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 386950cac7..7650185aed 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1211,6 +1211,7 @@ _cleaner2:
rm -rf .config
rm -f preload lib/re.pm
rm -rf lib/Encode lib/Compress lib/Hash lib/re
+ rm -rf lib/TAP lib/Module/Pluggable lib/App
rm -rf lib/IO/Compress lib/IO/Uncompress
rm -f lib/ExtUtils/ParseXS/t/XSTest.c
rm -f lib/ExtUtils/ParseXS/t/XSTest$(OBJ_EXT)