Re: pgsql: Refactor the sslfiles Makefile target for ease of use

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: pgsql: Refactor the sslfiles Makefile target for ease of use
Дата
Msg-id 7614BC3D-0B3B-4D9C-8801-D771042EF2B4@yesql.se
обсуждение исходный текст
Ответ на Re: pgsql: Refactor the sslfiles Makefile target for ease of use  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Refactor the sslfiles Makefile target for ease of use  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-committers
> On 26 Oct 2021, at 19:41, Andres Freund <andres@anarazel.de> wrote:

> This fails during 'make clean' in a vpath build, because sslfiles.mk cannot be
> found. Probably just needs

It does in fact need that diff, but sslfiles.mk also needs to be taught about
the current $(srcdir) to properly function under VPATH for "make sslfiles".
Since it, by design, doesn't include Makefile.global it must be passed in
during invocation.  Since you are the VPATH expert, does the attached look
sane?  It passes for me locally but I almost never use VPATH to another set of
eyes would be good.

--
Daniel Gustafsson        https://vmware.com/


Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Clarify that --system reindexes system catalogs *only*
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: pgsql: Allow GRANT on pg_log_backend_memory_contexts().