Change 30691 by [EMAIL PROTECTED] on 2007/03/22 17:46:43

        Make sure Win32CORE.pm gets cleaned up
        
        Normally it happens anyway, but sometimes when running 'distclean'
        on a half-built source tree it gets left behind.

Affected files ...

... //depot/perl/win32/Makefile#328 edit
... //depot/perl/win32/makefile.mk#365 edit

Differences ...

==== //depot/perl/win32/Makefile#328 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile#327~30379~      2007-02-22 01:09:31.000000000 -0800
+++ perl/win32/Makefile 2007-03-22 10:46:43.000000000 -0700
@@ -1124,6 +1124,7 @@
        -del /f $(LIBDIR)\Unicode\Normalize.pm
        -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm
        -del /f $(LIBDIR)\Win32.pm
+       -del /f $(LIBDIR)\Win32CORE.pm
        -del /f $(LIBDIR)\Win32API\File.pm
        -del /f $(LIBDIR)\Win32API\File\cFile.pc
        -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B

==== //depot/perl/win32/makefile.mk#365 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk#364~30379~   2007-02-22 01:09:31.000000000 -0800
+++ perl/win32/makefile.mk      2007-03-22 10:46:43.000000000 -0700
@@ -1451,6 +1451,7 @@
        -del /f $(LIBDIR)\Unicode\Normalize.pm
        -del /f $(LIBDIR)\Math\BigInt\FastCalc.pm
        -del /f $(LIBDIR)\Win32.pm
+       -del /f $(LIBDIR)\Win32CORE.pm
        -del /f $(LIBDIR)\Win32API\File.pm
        -del /f $(LIBDIR)\Win32API\File\cFile.pc
        -if exist $(LIBDIR)\B rmdir /s /q $(LIBDIR)\B
End of Patch.

Reply via email to