]> git.sur5r.net Git - openldap/commitdiff
ITS#7841 trivial cleanup
authorLeo Yuriev <leo@yuriev.ru>
Thu, 4 Sep 2014 20:19:16 +0000 (00:19 +0400)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 1 Dec 2014 19:15:36 +0000 (20:15 +0100)
TRIVIA - lmdb: clean testdb-dir while "make test".

libraries/liblmdb/Makefile

index 97b571747d723ac25bf405a05349e60b87808dde..5f8ef64461efd14bd2ccc5cd387ffb2b5238659d 100644 (file)
@@ -44,7 +44,7 @@ clean:
        rm -rf $(PROGS) *.[ao] *.so *~ testdb
 
 test:  all
-       mkdir testdb
+       rm -rf testdb && mkdir testdb
        ./mtest && ./mdb_stat testdb
 
 liblmdb.a:     mdb.o midl.o