Re: [PATCH] test/ssl: rework the sslfiles Makefile target

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jacob Champion <pchampion@vmware.com>
Cc: "daniel@yesql.se" <daniel@yesql.se>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "andrew@dunslane.net" <andrew@dunslane.net>
Date: 2021-07-28T21:02:54Z
Lists: pgsql-hackers
Jacob Champion <pchampion@vmware.com> writes:
> On Wed, 2021-07-28 at 00:24 +0200, Daniel Gustafsson wrote:
>> GNU Make is already a requirement, I don't see this shifting the needle in any
>> direction.

Um ... the existing requirement is for gmake 3.80 or newer;
if you want to use newer features we'd have to have a discussion
about whether it's worthwhile to move that goalpost.

> As long as the .SECONDARYEXPANSION magic is clear enough to others, I'm
> happy.

After reading the gmake docs about that, I'd have to say it's
likely to be next door to unmaintainable.  Do we really have
to be that cute?  And, AFAICT, it's not in 3.80.

			regards, tom lane



Commits

  1. Refactor the sslfiles Makefile target for ease of use

  2. Remove unused regression test certificate server-ss