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
commitcc57b6be35a45d9dfa41ca22c26df516f493082e (patch)
treefafc05f512d45c2420072df7709336ea21c43f21 /Makefile
parent924b3edd54a861d670fdbce9e94ae931e185b3d9 (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