summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-01-08 11:55:11 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-01-08 11:55:11 +1100
commit6f4673c288161e66870d43393fda74fac0a19d2d (patch)
tree00ae53b5a6b404fb3dc0e34660d90e89269249fa /build_posix/Make.base
parentc64d9fc9d26bc473980791b1452e255f06cfd09c (diff)
downloadmongo-6f4673c288161e66870d43393fda74fac0a19d2d.tar.gz
Allow examples to run in parallel: give each a unique home directory.
closes #426
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index 2a7985f57b0..1004d7d3c57 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -47,3 +47,6 @@ $(top_srcdir)/src/include/wt_internal.h: auto-includes.chk
auto-includes.chk: $(libwiredtiger_la_SOURCES)
@(cd $(srcdir)/dist && sh s_prototypes && sh s_typedef -b) && touch $@
+
+clean-local:
+ rm -rf WT_TEST