Re: Cleaner build output when not much has changed

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Cleaner build output when not much has changed
Дата
Msg-id 20131126183612.GI6597@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Cleaner build output when not much has changed  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Cleaner build output when not much has changed  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Tom Lane wrote:

> I'm pretty suspicious of cute changes like this to the makefiles.
> They too often have unexpected side-effects.  (I'm still pissed off
> about having to manually remove objfiles.txt to get it to rebuild a .o
> file, for instance.)

Yeah, I've been bitten by that as well and I don't like it either.

A patch to use non-recursive make to construct the backend would be very
much appreciated.  We've talked about it at least two times, but no one
seems interested enough to put in the effort.

FWIW I'm also annoyed by the current make noise, but I don't support the
proposed patch.

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



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: pre-commit triggers
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] SQL assertions prototype