summaryrefslogtreecommitdiff
path: root/src/bin/initdb
diff options
context:
space:
mode:
authorTom Lane2014-04-25 19:40:35 +0000
committerTom Lane2014-04-25 19:40:35 +0000
commit49137ec9d469f744289d0dfa2487a7fc1ef217cb (patch)
treea8a8a329e0a05e4aec673a346f941e45f42d34fb /src/bin/initdb
parent1a917ae8610d44985fd2027da0cfe60ccece9104 (diff)
Clean up temp installations after client program tests.
Commit 7d0f493f19607774fdccb1a1ea06fdd96a3d9698 added infrastructure to perform tests in assorted src/bin/ subdirectories, but forgot to teach "make clean" to clean up the detritus the tests leave behind.
Diffstat (limited to 'src/bin/initdb')
-rw-r--r--src/bin/initdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
index fb7d142487..28c26787fc 100644
--- a/src/bin/initdb/Makefile
+++ b/src/bin/initdb/Makefile
@@ -53,12 +53,11 @@ uninstall:
clean distclean maintainer-clean:
rm -f initdb$(X) $(OBJS) encnames.c localtime.c
-
+ rm -rf tmp_check
# ensure that changes in datadir propagate into object file
initdb.o: initdb.c $(top_builddir)/src/Makefile.global
-
check: all
$(prove_check)