From: Leo Yuriev Date: Thu, 4 Sep 2014 20:19:16 +0000 (+0400) Subject: ITS#7841 trivial cleanup X-Git-Tag: LMDB_0.9.15~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c473091f8fb32fda9be46b79abae2429e8f2c083;p=openldap ITS#7841 trivial cleanup TRIVIA - lmdb: clean testdb-dir while "make test". --- diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile index 97b571747d..5f8ef64461 100644 --- a/libraries/liblmdb/Makefile +++ b/libraries/liblmdb/Makefile @@ -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