develooper Front page | perl.perl5.porters | Postings from January 2005

[PATCH] unnecessary rmdir in Makefile

Thread Previous | Thread Next
From:
Robin Barker
Date:
January 5, 2005 03:59
Subject:
[PATCH] unnecessary rmdir in Makefile
Message ID:
533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk
make distclean tries to rmdir lib/Digest but MANIFEST includes files in lib/Digest

Robin

diff -ur /opt/src/perl/perl-5.8.6/Makefile.SH ./Makefile.SH
--- /opt/src/perl/perl-5.8.6/Makefile.SH	Thu Oct 21 16:30:02 2004
+++ ./Makefile.SH	Wed Jan  5 09:40:34 2005
@@ -1032,8 +1032,8 @@
 	rm -rf .config
 	rm -f preload
 	rm -f testcompile compilelog
-	-rmdir lib/B lib/Data lib/Digest
 	rm -rf lib/Encode
+	-rmdir lib/B lib/Data
 	-rmdir lib/Filter/Util lib/IO/Socket lib/IO
 	-rmdir lib/List lib/MIME lib/Scalar lib/Sys 
 	-rmdir lib/threads lib/XS



-------------------------------------------------------------------
This e-mail and any attachments may contain confidential and/or
privileged material; it is for the intended addressee(s) only.
If you are not a named addressee, you must not use, retain or
disclose such information.

NPL Management Ltd cannot guarantee that the e-mail or any
attachments are free from viruses.

NPL Management Ltd. Registered in England and Wales. No: 2937881
Registered Office: Teddington, Middlesex, United Kingdom TW11 0LW.
-------------------------------------------------------------------
Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About