aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2016-02-24 23:41:54 -0500
committerNoah Misch <noah@leadboat.com>2016-02-24 23:41:54 -0500
commit25924ac47abde5330ca502e23796e9d37cd1ae68 (patch)
tree1b070bd027a6a165776f43db3c3235dc0c6592f0
parent41635887835d54715a2fd4745dbf0fdb99f57f4f (diff)
downloadpostgresql-25924ac47abde5330ca502e23796e9d37cd1ae68.tar.gz
postgresql-25924ac47abde5330ca502e23796e9d37cd1ae68.zip
Clean the last few TAP suite tmp_check directories.
Back-patch to 9.5, where the suites were introduced.
-rw-r--r--src/bin/pgbench/Makefile1
-rw-r--r--src/test/ssl/Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/pgbench/Makefile b/src/bin/pgbench/Makefile
index e9b1b74abfa..560bfea6c4f 100644
--- a/src/bin/pgbench/Makefile
+++ b/src/bin/pgbench/Makefile
@@ -37,6 +37,7 @@ uninstall:
clean distclean:
rm -f pgbench$(X) $(OBJS)
+ rm -rf tmp_check
maintainer-clean: distclean
rm -f exprparse.c exprscan.c
diff --git a/src/test/ssl/Makefile b/src/test/ssl/Makefile
index 39fb3e948d7..d8c47419634 100644
--- a/src/test/ssl/Makefile
+++ b/src/test/ssl/Makefile
@@ -122,5 +122,8 @@ ssl/root+client.crl: ssl/root.crl ssl/client.crl
sslfiles-clean:
rm -f $(SSLFILES) ssl/client_ca.srl ssl/server_ca.srl ssl/client_ca-certindex* ssl/server_ca-certindex* ssl/root_ca-certindex* ssl/root_ca.srl ssl/temp_ca.crt ssl/temp_ca_signed.crt
+clean distclean maintainer-clean:
+ rm -rf tmp_check
+
check:
$(prove_check)