Change 14816 by jhi@alpha on 2002/02/21 19:33:01
Subject: Re: [PATCH] 'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <[EMAIL PROTECTED]>
Date: Thu, 21 Feb 2002 21:20:25 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/Makefile.SH#230 edit
Differences ...
==== //depot/perl/Makefile.SH#230 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~ Thu Feb 21 12:45:06 2002
+++ perl/Makefile.SH Thu Feb 21 12:45:06 2002
@@ -890,7 +890,7 @@
-rm -f perl.third lib*.so.perl.third perl.3log t/perl.third t/perl.3log
-rm -f perl.pixie lib*.so.perl.pixie lib*.so.Addrs
-rm -f perl.Addrs perl.Counts t/perl.Addrs t/perl.Counts *perl.xok
- -rm -f perlld cygwin.c ld2 cygperl*.dll
+ -rm -f perlld cygwin.c ld2 libperl*.def libperl*.dll cygperl*.dll
rm -f perl$(EXE_EXT) suidperl$(EXE_EXT) miniperl$(EXE_EXT) $(LIBPERL)
libperl.* microperl
# Do not 'make _tidy' directly.
End of Patch.