Re: [HACKERS] Shrink volume of default make output - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: [HACKERS] Shrink volume of default make output
Date
Msg-id CAMsr+YFywLS0B2psD6rkV2A_J3qjVL28ibdPzmD7WW+kVUU2Kw@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Shrink volume of default make output  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On 3 January 2017 at 05:37, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> The recent thread about compiler warnings got me thinking about how it's
> essentially impossible to notice warnings with default make output. Perhaps
> everyone just uses make -s by default, though that's a bit annoying since
> you get no output unless something does warn (and then you don't know what
> directory it was in).

For that latter reason I'd love to be rid of recursive make. But it's
not that bad since we don't have many files of the same names; I just
find myself using vim's ctrlp a lot.

Personally I'd rather let it lie, use 'make -s' and wait for cmake.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] multivariate statistics (v19)
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Logical decoding - filtering tables