Re: make --silent

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make --silent
Дата
Msg-id 29681.1374586038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: make --silent  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: make --silent  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
>> I have noticed that some people post examples using make --silent (-s).
>> I found this actually kind of neat to use from time to time, because
>> then you only see output if you have warnings or errors.  But we get
>> some extra output that doesn't quite fit:

>> Writing postgres.bki
>> Writing schemapg.h
>> Writing postgres.description
>> Writing postgres.shdescription
>> Writing fmgroids.h
>> Writing fmgrtab.c

> I personally don't feel the need for those to go away.

I agree --- these let you know that something happened that does not
happen every build, so they're kind of useful.  I concur that the noise
from doc building is just noise, though.

>> In file included from gram.y:13612:0:
>> scan.c: In function ‘yy_try_NUL_trans’:
>> scan.c:10181:23: warning: unused variable ‘yyg’ [-Wunused-variable]
>> PostgreSQL, contrib, and documentation successfully made. Ready to install.

> FWIW, I've patched debian's flex just to get rid of this ;)

I think it's fixed officially as of flex 2.5.35.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: [9.4 CF 1] And then there were 5
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation