Clean the last few TAP suite tmp_check directories.

Back-patch to 9.5, where the suites were introduced.
This commit is contained in:
Noah Misch 2016-02-24 23:41:54 -05:00
parent 4324d1104d
commit 0887382c2f
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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)