Change 26783 by [EMAIL PROTECTED] on 2006/01/11 12:31:26
Clean up libdirs left behind by new Compress-Zlib
Affected files ...
... //depot/perl/win32/Makefile#283 edit
... //depot/perl/win32/makefile.mk#324 edit
Differences ...
==== //depot/perl/win32/Makefile#283 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile#282~26758~ 2006-01-09 06:58:57.000000000 -0800
+++ perl/win32/Makefile 2006-01-11 04:31:26.000000000 -0800
@@ -1169,6 +1169,10 @@
-if exist $(LIBDIR)\IO\Socket rmdir /s $(LIBDIR)\IO\Socket
-if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
-if exist $(LIBDIR)\B rmdir /s $(LIBDIR)\B
+ -if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress
+ -if exist $(LIBDIR)\Compress rmdir /s $(LIBDIR)\Compress
+ -if exist $(LIBDIR)\CompressPlugin rmdir /s /q $(LIBDIR)\CompressPlugin
+ -if exist $(LIBDIR)\CompressPlugin rmdir /s $(LIBDIR)\CompressPlugin
-if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data
-if exist $(LIBDIR)\Data rmdir /s $(LIBDIR)\Data
-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
@@ -1185,6 +1189,8 @@
-if exist $(LIBDIR)\Sys rmdir /s $(LIBDIR)\Sys
-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
-if exist $(LIBDIR)\threads rmdir /s $(LIBDIR)\threads
+ -if exist $(LIBDIR)\UncompressPlugin rmdir /s /q
$(LIBDIR)\UncompressPlugin
+ -if exist $(LIBDIR)\UncompressPlugin rmdir /s $(LIBDIR)\UncompressPlugin
-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
-if exist $(LIBDIR)\XS rmdir /s $(LIBDIR)\XS
-cd $(PODDIR) && del /f *.html *.bat checkpods \
==== //depot/perl/win32/makefile.mk#324 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk#323~26758~ 2006-01-09 06:58:57.000000000 -0800
+++ perl/win32/makefile.mk 2006-01-11 04:31:26.000000000 -0800
@@ -1335,6 +1335,10 @@
-if exist $(LIBDIR)\IO\Socket rmdir /s $(LIBDIR)\IO\Socket
-if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
-if exist $(LIBDIR)\B rmdir /s $(LIBDIR)\B
+ -if exist $(LIBDIR)\Compress rmdir /s /q $(LIBDIR)\Compress
+ -if exist $(LIBDIR)\Compress rmdir /s $(LIBDIR)\Compress
+ -if exist $(LIBDIR)\CompressPlugin rmdir /s /q $(LIBDIR)\CompressPlugin
+ -if exist $(LIBDIR)\CompressPlugin rmdir /s $(LIBDIR)\CompressPlugin
-if exist $(LIBDIR)\Data rmdir /s /q $(LIBDIR)\Data
-if exist $(LIBDIR)\Data rmdir /s $(LIBDIR)\Data
-if exist $(LIBDIR)\Encode rmdir /s /q $(LIBDIR)\Encode
@@ -1351,6 +1355,8 @@
-if exist $(LIBDIR)\Sys rmdir /s $(LIBDIR)\Sys
-if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
-if exist $(LIBDIR)\threads rmdir /s $(LIBDIR)\threads
+ -if exist $(LIBDIR)\UncompressPlugin rmdir /s /q
$(LIBDIR)\UncompressPlugin
+ -if exist $(LIBDIR)\UncompressPlugin rmdir /s $(LIBDIR)\UncompressPlugin
-if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
-if exist $(LIBDIR)\XS rmdir /s $(LIBDIR)\XS
-cd $(PODDIR) && del /f *.html *.bat checkpods \
End of Patch.