Change 34640 by [EMAIL PROTECTED] on 2008/10/29 19:41:54

        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.

Affected files ...

... //depot/perl/Makefile.SH#409 edit
... //depot/perl/win32/Makefile#354 edit
... //depot/perl/win32/makefile.mk#394 edit

Differences ...

==== //depot/perl/Makefile.SH#409 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#408~34317~ 2008-09-08 01:41:50.000000000 -0700
+++ perl/Makefile.SH    2008-10-29 12:41:54.000000000 -0700
@@ -1211,6 +1211,7 @@
        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)

==== //depot/perl/win32/Makefile#354 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile#353~34192~      2008-08-09 13:11:55.000000000 -0700
+++ perl/win32/Makefile 2008-10-29 12:41:54.000000000 -0700
@@ -1183,6 +1183,9 @@
        -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

==== //depot/perl/win32/makefile.mk#394 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk#393~34192~   2008-08-09 13:11:55.000000000 -0700
+++ perl/win32/makefile.mk      2008-10-29 12:41:54.000000000 -0700
@@ -1507,6 +1507,9 @@
        -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
End of Patch.

Reply via email to