summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2011-05-07 12:56:12 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2011-05-07 12:56:12 +0000
commit0e2ea7a1aa4398ae0260e03bbf0503670c9ecb87 (patch)
tree2ad6e1dd021a35981ed7684167d22c2e5422a13b /Makefile
parent11359cb0a3eb1cbf8cba1b077a0e7e5fe374805f (diff)
security_db.DB: enable SQLite WAL mode
This means that we no longer have to copy the database file. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@16645 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dadda19283..3d30ad9e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,7 @@ STABLE = squeeze
TESTING = wheezy
all:
- rm -f data/security-new.db data/security-new.db.journal
- if test -e data/security.db; then cp data/security.db data/security-new.db; fi
- $(PYTHON) bin/update-db data/security-new.db
- mv data/security-new.db data/security.db
+ $(PYTHON) bin/update-db data/security.db
clean:
-rm -f data/security.db lib/python/test_security.db

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