Re: Cleaner build output when not much has changed - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Cleaner build output when not much has changed
Date
Msg-id 20131126183612.GI6597@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: Cleaner build output when not much has changed  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Cleaner build output when not much has changed  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pre-commit triggers
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] SQL assertions prototype