summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Gilbert <michael.s.gilbert@gmail.com>2011-01-18 02:17:33 +0000
committerMichael Gilbert <michael.s.gilbert@gmail.com>2011-01-18 02:17:33 +0000
commit9f89d88adc5d5224fba66c9d729814eacdecb890 (patch)
treea4967d1cd741395df9f96120836a98df14e90359 /Makefile
parent479a070a4f5387f3ce22c56ecb7eb5d66a0b884f (diff)
don't error in "make clean" when database files don't exist
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@15915 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e8d6ffbf42..75117bb84c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ all:
mv data/security-new.db data/security.db
clean:
- -rm data/security.db lib/python/test_security.db
- -rm stamps/*-*
+ -rm -f data/security.db lib/python/test_security.db
+ -rm -f stamps/*-*
.PHONY: check check-syntax

© 2014-2024 Faster IT GmbH | imprint | privacy policy