From c473091f8fb32fda9be46b79abae2429e8f2c083 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Fri, 5 Sep 2014 00:19:16 +0400 Subject: [PATCH] ITS#7841 trivial cleanup TRIVIA - lmdb: clean testdb-dir while "make test". --- libraries/liblmdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5