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
commitfadc6566e3334a4ef84d3f18f08f3a138d90a700 (patch)
treeaa55718dad1ecb6b405476a0e02cd6a2bb9a24eb /Makefile
parent9c1d6415db9131b800b0ee9cd1aa32b51e417ced (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