mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix "make clean" to clean out junk files left behind after ssl tests.
We .gitignore'd this junk, but we didn't actually remove it.
This commit is contained in:
@ -136,6 +136,7 @@ sslfiles-clean:
|
|||||||
|
|
||||||
clean distclean maintainer-clean:
|
clean distclean maintainer-clean:
|
||||||
rm -rf tmp_check
|
rm -rf tmp_check
|
||||||
|
rm -rf ssl/*.old ssl/new_certs_dir ssl/client*_tmp.key
|
||||||
|
|
||||||
check:
|
check:
|
||||||
$(prove_check)
|
$(prove_check)
|
||||||
|
Reference in New Issue
Block a user