pgsql: Fix VPATH builds for src/test/ssl targets

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Fix VPATH builds for src/test/ssl targets
Дата
Msg-id E1mfozf-0001yT-OC@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Further harden nbtree posting split code.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: Refactor the sslfiles Makefile target for ease of use