projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9786771
)
Switch rm to rm -f - we do not care about failure
Peter Rabbitson [Tue, 18 Dec 2012 12:08:08 +0000 (13:08 +0100)]
maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl
patch
|
blob
|
blame
|
history
diff --git
a/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl
b/maint/Makefile.PL.inc/51_autohandle_MANIFEST.pl
index
217b3b1
..
f12ee30
100644
(file)
--- 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