[Mesa-dev] [PATCH 4/4] mesa: Enable silent automake rules when available.

Chad Versace chad.versace at linux.intel.com
Fri Jan 13 14:48:37 PST 2012


On 01/12/2012 04:08 PM, Eric Anholt wrote:
> Finally, a quiet build for the i965 driver, at least!
> ---
>  configure.ac |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 1a120ec..f3f5e3e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -18,6 +18,11 @@ AC_CONFIG_AUX_DIR([bin])
>  AC_CANONICAL_HOST
>  AM_INIT_AUTOMAKE([foreign])
>  
> +# Support silent build rules, requires at least automake-1.11. Disable
> +# by either passing --disable-silent-rules to configure or passing V=1
> +# to make
> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
> +
>  LT_PREREQ([2.2])
>  LT_INIT([disable-static])

I like silence. For this and patch 1/4:
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

I don't know autotools, so I'm not touching patch 3/4.

----
Chad Versace
chad.versace at linux.intel.com


More information about the mesa-dev mailing list