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
commit243346df94c7c9786cccb0c99616c014f4658510 (patch)
tree2046c24f95d07fa0d452db87d03f5a69790f006f /Makefile
parent483aef88dca1759fdd929fb6b637cf38497555ee (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