From 2c094f82ae5964b8b448634045576f145c370ca2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 15 Nov 2012 00:00:06 +0000 Subject: We need rm -f to remove read-only files from .svn directory copies in testfiles. --- infrastructure/makeparcels.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index 8d5a0ea3..5afdf730 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -375,8 +375,8 @@ if ($build_os eq 'CYGWIN') } else { - print MAKE "\tfind release debug -type f -exec rm {} \\;\n"; - print MAKE "\tfind . -name 'autogen_*' -type f -exec rm {} \\;\n"; + print MAKE "\tfind release debug -type f -exec rm -f {} \\;\n"; + print MAKE "\tfind . -name 'autogen_*' -type f -exec rm -f {} \\;\n"; } for my $parcel (@parcels) -- cgit v1.2.3