Re: Test CMake build

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, pgsql-general(at)postgresql(dot)org
Subject: Re: Test CMake build
Date: 2016-02-12 15:11:39
Message-ID: 20160212151139.GA512199@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Teodor Sigaev wrote:
> >Hm, I don't think having the compile/link lines be hidden up is
> >acceptable. Many times we need to debug some compile problem, and the
> >output is mandatory.
>
> +1
>
> Although it could be fixed by
> VERBOSE=1 make

Verbose needs to be the default. Having a QUIET mode would be nice
sometime in the future, but if I were you, I wouldn't propose that for
the first cut of this patch -- I think it's easier to sell if you keep
the current behavior unchanged. We can discuss further improvements
later.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2016-02-12 15:18:50 Re: PostgreSQL 9.5 and process REST calls enquiry
Previous Message Tom Lane 2016-02-12 15:09:49 Re: Test CMake build