[Mesa-dev] [PATCH] automake: make the build less chatty

Edward O'Callaghan funfunctor at folklore1984.net
Wed Dec 7 14:07:43 UTC 2016


Reviewed-by: Edward O'Callaghan <funfunctor at folklore1984.net>

On 12/08/2016 12:22 AM, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Having the "Entering|Leaving directory X" messages it not required nor
> useful in vast majority of the cases.
> 
> One can always have them printed by `make -w' or by overriding the
> AM_MAKEFLAGS variable.
> 
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile.am b/Makefile.am
> index e6d1969..415c75e 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -21,6 +21,7 @@
>  
>  SUBDIRS = src
>  
> +AM_MAKEFLAGS = -s
>  AM_DISTCHECK_CONFIGURE_FLAGS = \
>  	--enable-dri \
>  	--enable-dri3 \
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161208/aed15283/attachment-0001.sig>


More information about the mesa-dev mailing list