summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/berk_db/test/ChangeLog4
-rw-r--r--src/util/berk_db/test/Makefile.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog
index f51fe3c12..25c428504 100644
--- a/src/util/berk_db/test/ChangeLog
+++ b/src/util/berk_db/test/ChangeLog
@@ -1,3 +1,7 @@
+
+Fri Sep 1 11:18:25 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in - Remove __dbtest after done with make check.
+
Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
diff --git a/src/util/berk_db/test/Makefile.in b/src/util/berk_db/test/Makefile.in
index 68932c69a..d4e2395a9 100644
--- a/src/util/berk_db/test/Makefile.in
+++ b/src/util/berk_db/test/Makefile.in
@@ -30,6 +30,11 @@ check:: dbtest
else \
/bin/sh $(srcdir)/run.test hash ; \
fi
+ if [ "X$$TMPDIR" != "X" ] ; then \
+ rm -f $$TMPDIR/__dbtest ; \
+ else \
+ rm -f /var/tmp/__dbtest ; \
+ fi
all::