Commit 25924ac4 authored by Noah Misch's avatar Noah Misch

Clean the last few TAP suite tmp_check directories.

Back-patch to 9.5, where the suites were introduced.
parent 41635887
...@@ -37,6 +37,7 @@ uninstall: ...@@ -37,6 +37,7 @@ uninstall:
clean distclean: clean distclean:
rm -f pgbench$(X) $(OBJS) rm -f pgbench$(X) $(OBJS)
rm -rf tmp_check
maintainer-clean: distclean maintainer-clean: distclean
rm -f exprparse.c exprscan.c rm -f exprparse.c exprscan.c
......
...@@ -122,5 +122,8 @@ ssl/root+client.crl: ssl/root.crl ssl/client.crl ...@@ -122,5 +122,8 @@ ssl/root+client.crl: ssl/root.crl ssl/client.crl
sslfiles-clean: 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 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: check:
$(prove_check) $(prove_check)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment