pgsql: Fix VPATH builds for src/test/ssl targets - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix VPATH builds for src/test/ssl targets
Date
Msg-id E1mfozf-0001yT-OC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix VPATH builds for src/test/ssl targets

Commit b4c4a00ea refactored the gist of the sslfiles target into a
separate makefile in order to override settings in Makefile.global.
The invocation of this this file didn't however include the absolute
path for VPATH builds, resulting in "make clean" failing. Fix by
providing the path to the new makefile.

Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20211026174152.jjcagswnbhxu7uqz@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/349cd8c582a1e666c9c804850cf5b532b86cd1b4

Modified Files
--------------
src/test/ssl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Further harden nbtree posting split code.
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Refactor the sslfiles Makefile target for ease of use