Re: submake-errcodes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: submake-errcodes
Дата
Msg-id 20180410200933.6kfmfzwm7pvexd77@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: submake-errcodes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: submake-errcodes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:

> $(OBJS): | submake-generated-headers
> 
> but I took it out thinking it was no longer needed.
> 
> The short-term solution seems to be to put that back, but that's sort
> of annoying because it means this isn't a bulletproof solution.  It
> will only work for builds started in one of the directories that we
> take the trouble to put this defense into, and I can't see doing that
> everywhere.  Still, such things didn't work reliably before either
> except in these few directories, so maybe it won't matter.

Isn't it possible to put it in some common.mk file rather than each
individual Makefile?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: lazy detoasting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: submake-errcodes