Re: Cleaner build output when not much has changed

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gurjeet Singh <gurjeet(at)singh(dot)im>, PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cleaner build output when not much has changed
Date: 2013-11-26 18:36:12
Message-ID: 20131126183612.GI6597@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-11-26 18:42:16 Re: [PATCH] SQL assertions prototype
Previous Message Josh Berkus 2013-11-26 18:17:23 Re: pre-commit triggers