[Spice-devel] [PATCH] build: make it silent
Uri Lublin
uril at redhat.com
Wed Nov 17 04:30:21 PST 2010
On 11/12/2010 02:38 PM, Marc-André Lureau wrote:
> This patch make it easier to spot warnings in compilation. It should
> work with older versions of automake that don't support silent rules.
>
> If you want verbose build, make V=1.
> ---
> configure.ac | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index ec0f5f1..da275aa 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -391,6 +391,8 @@ AC_SUBST(SPICE_NONPKGCONFIG_LIBS)
> AC_SUBST([SPICEC_STATIC_LINKAGE_BSTATIC])
> AC_SUBST([SPICEC_STATIC_LINKAGE_BDYNAMIC])
>
> +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
> +
> AC_OUTPUT([
> Makefile
> spice-server.pc
ACK.
More information about the Spice-devel
mailing list