From: Peter Rabbitson Date: Tue, 18 Dec 2012 12:08:08 +0000 (+0100) Subject: Switch rm to rm -f - we do not care about failure X-Git-Tag: v0.08205~40 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c0072ba45e55c65ed00bc0e0b33e21ede3c7c7b;p=dbsrgits%2FDBIx-Class.git Switch rm to rm -f - we do not care about failure --- diff --git a/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl b/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl index 217b3b1..f12ee30 100644 --- a/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl +++ b/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl @@ -6,7 +6,7 @@ postamble <<"EOM"; fresh_manifest : remove_manifest manifest remove_manifest : -\t\$(RM) MANIFEST +\t\$(RM_F) MANIFEST realclean :: remove_manifest