projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4324d11
)
Clean the last few TAP suite tmp_check directories.
author
Noah Misch
Thu, 25 Feb 2016 04:41:54 +0000
(23:41 -0500)
committer
Noah Misch
Thu, 25 Feb 2016 04:42:01 +0000
(23:42 -0500)
Back-patch to 9.5, where the suites were introduced.
src/bin/pgbench/Makefile
patch
|
blob
|
blame
|
history
src/test/ssl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/Makefile
b/src/bin/pgbench/Makefile
index e9b1b74abfaffba6d7ec35f9352d20167f8e6f63..560bfea6c4f0f14bd4e222f598d5a6b7820478c3 100644
(file)
--- 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 d9fd29a1b6ad404e19d8a49258999b050509f0f2..a021a01da28dcbeead3d8865f8c2aee51adce7a7 100644
(file)
--- 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)