Re: Cleaner build output when not much has changed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: PGSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Cleaner build output when not much has changed
Date: 2013-11-26 17:37:48
Message-ID: 9835.1385487468@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gurjeet Singh <gurjeet(at)singh(dot)im> writes:
> I was looking for ways to reduce the noise in Postgres make output,
> specifically, I wanted to eliminate the "Nothing to be done for `all' "
> messages, since they don't add much value, and just ad to the clutter.

Why don't you just use "make -s" if you don't want to see that?
The example output you show is not much less verbose than before.

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.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2013-11-26 17:40:36 Re: New option for pg_basebackup, to specify a different directory for pg_xlog
Previous Message Andrew Dunstan 2013-11-26 17:37:26 Re: pre-commit triggers