[PATCH] Add -f to rm so that make clean doesn't fail if pdf files are missing

Joe Nall joe at nall.com
Tue Jan 31 04:09:48 UTC 2012


---
 rhel6/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rhel6/src/Makefile b/rhel6/src/Makefile
index 49ce4ea..11fe48c 100644
--- a/rhel6/src/Makefile
+++ b/rhel6/src/Makefile
@@ -57,4 +57,4 @@ eval-common:
 	oscap xccdf eval --profile common --results /tmp/results-test.xml output/rhel6-xccdf-scap-security-guide.xml
 
 clean:
-	rm ${OUTDIR}/*.xml ${OUTDIR}/*.html ${OUTDIR}/*.pdf
+	rm -f ${OUTDIR}/*.xml ${OUTDIR}/*.html ${OUTDIR}/*.pdf
-- 
1.7.1



More information about the scap-security-guide mailing list