projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9a62a
)
Fix "make clean" to clean out junk files left behind after ssl tests.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 14 May 2019 18:28:33 +0000
(14:28 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 14 May 2019 18:28:33 +0000
(14:28 -0400)
We .gitignore'd this junk, but we didn't actually remove it.
src/test/ssl/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/ssl/Makefile
b/src/test/ssl/Makefile
index 247550e0e260395da260fa785b55308d68159949..3b53972f6f4ee9efb0676c09e113174e6e2525de 100644
(file)
--- a/
src/test/ssl/Makefile
+++ b/
src/test/ssl/Makefile
@@
-136,6
+136,7
@@
sslfiles-clean:
clean distclean maintainer-clean:
rm -rf tmp_check
+ rm -rf ssl/*.old ssl/new_certs_dir ssl/client*_tmp.key
check:
$(prove_check)