Re: [PATCH] configure: Use silent rules (reduced CC output)

2015-05-17 Thread Nicholas Marriott
No thanks, this makes build logs much more useless. On Sun, May 17, 2015 at 04:12:59AM +0100, Thomas Adam wrote: > As of automake-1.11, it's now possible to tell automake that the compiler > output is "hidden", producing output almost identical to compiling on > OpenBSD. The effects of this are

Re: [PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Suraj N. Kurapati
On Sun, 17 May 2015 04:12:59 +0100, Thomas Adam wrote: > +AM_SILENT_RULES([yes]) This works beautifully! gcc 4.9.2 warnings are plain to see now: client.c: In function ‘client_dispatch_attached’: client.c:712:4: warning: ignoring return value of ‘system’, declared with attribute warn_unused_resu

[PATCH] configure: Use silent rules (reduced CC output)

2015-05-16 Thread Thomas Adam
As of automake-1.11, it's now possible to tell automake that the compiler output is "hidden", producing output almost identical to compiling on OpenBSD. The effects of this are such that this can be disabled with '--disable-silent-rules', or 'make V=1' to enable "verbose" output. Even with silent