From c6701adb14662687eaed0bf0082a91e45e3b47fe Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 5 Dec 2011 09:17:36 -0700 Subject: [PATCH] Add silent rules to corosync make to more easily find warnings Signed-off-by: Steven Dake Reviewed-by: Jan Friesse --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 563f7992..7babe998 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ AC_INIT([corosync], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE([-Wno-portability]) +AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([lib/cpg.c]) AC_CONFIG_HEADER([include/corosync/config.h include/corosync/cs_config.h])