On Mon, 2009-07-13 at 18:33 +0200, Peter Henriksson wrote:
> Patch to add shave support for cleaner output. Defaults to disabled.

I should have mentioned the patch was for the ddx.

It occurred to me that using the AM_SILENT_RULES functionality in
automake 1.11 might be a better solution.
Compared to the last patch this one defaults to quiet output. Override
with --disable-silent-rules or make V=1
Should still be compatible with earlier versions of automake.

Cheers,
Peter
>From 15f657dd9f00bdd41dca09e2e2315c5260b604ad Mon Sep 17 00:00:00 2001
From: Peter Henriksson <[email protected]>
Date: Mon, 20 Jul 2009 23:56:13 +0200
Subject: [PATCH] Add support for AM_SILENT_RULES

Make use of the AM_SILENT_RULES functionality in automake 1.11
Defaults to quiet output. Verbose output can be enabled with
"./configure --disable-silent-rules" or "make V=1"
---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4e1d60a..ed41d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,9 @@ AC_CONFIG_AUX_DIR(.)
 
 AM_INIT_AUTOMAKE([dist-bzip2])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
+AM_SILENT_RULES([yes])
+
 # Checks for programs.
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
-- 
1.6.3.3

_______________________________________________
Nouveau mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to