> On 26 Oct 2021, at 19:41, Andres Freund <[email protected]> wrote: > > Hi, > > On 2021-10-19 18:17:34 +0000, Daniel Gustafsson wrote: >> Refactor the sslfiles Makefile target for ease of use >> >> The Makefile handling of certificate and keypairs used for TLS testing >> had become quite difficult to work with. Adding a new cert without the >> need to regenerate everything was too complicated. This patch refactors >> the sslfiles make target such that adding a new certificate requires >> only adding a .config file, adding it to the top of the Makefile, and >> running make sslfiles. > > This fails during 'make clean' in a vpath build, because sslfiles.mk cannot be > found. Probably just needs
That seems reasonable, I will look into it and fix it. Sorry about that. -- Daniel Gustafsson https://vmware.com/
