diff options
author | Steve Hay <SteveHay@planit.com> | 2006-01-11 12:31:26 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-01-11 12:31:26 +0000 |
commit | 46ffdcf0d3e0db1d14b81942cf46487593ea1231 (patch) | |
tree | 62a4eae44f04623a6cbbe06148250fc580ce2eaa /win32 | |
parent | 5f9a320f7db18c2f082bcc387670ef2c479af6b0 (diff) | |
download | perl-46ffdcf0d3e0db1d14b81942cf46487593ea1231.tar.gz |
Clean up libdirs left behind by new Compress-Zlib
p4raw-id: //depot/perl@26783
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 6 | ||||
-rw-r--r-- | win32/makefile.mk | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 7005cdc85e..f08532cd85 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1169,6 +1169,10 @@ distclean: realclean -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 @@ distclean: realclean -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 \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 92cbb83f73..29f9f65e9f 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1335,6 +1335,10 @@ distclean: realclean -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 @@ distclean: realclean -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 \ |