[Sheepdog] [PATCH] enable silent make
Christoph Hellwig
hch at infradead.org
Fri Nov 11 13:49:11 CET 2011
Don't display the compiler command line by default, and let errors stick out
more clearly. If needed make V=1 shows the full command line again.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Index: sheepdog/configure.ac
===================================================================
--- sheepdog.orig/configure.ac 2011-11-11 13:35:10.700025068 +0100
+++ sheepdog/configure.ac 2011-11-11 13:35:31.763358276 +0100
@@ -36,6 +36,8 @@ AC_CANONICAL_HOST
AC_LANG([C])
+AM_SILENT_RULES([yes])
+
dnl Fix default variables - "prefix" variable if not specified
if test "$prefix" = "NONE"; then
prefix="/usr"
More information about the sheepdog
mailing list