gfs2-utils: master - gfs2-utils build: Enable silent rules by default

Andrew Price andyp at fedoraproject.org
Mon Mar 4 15:47:06 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=874f1c26c7398c085bd14fadc2c6b6d524346c92
Commit:        874f1c26c7398c085bd14fadc2c6b6d524346c92
Parent:        77f7ae84d26f220425d4c9b4db872c4e1e558afd
Author:        Andrew Price <anprice at redhat.com>
AuthorDate:    Mon Mar 4 15:01:31 2013 +0000
Committer:     Andrew Price <anprice at redhat.com>
CommitterDate: Mon Mar 4 15:44:54 2013 +0000

gfs2-utils build: Enable silent rules by default

This one-liner turns on automake's silent-rules option by default so
that, instead of the whole build commands being printed, we get neat
output like so:

  CC       fsck_gfs2-rgrepair.o
  CC       fsck_gfs2-util.o
  CCLD     fsck.gfs2

This is intended to allow us to spot warnings more easily. The original
behaviour can be turned back on at configure-time with './configure
--disable-silent-rules' or at build time with 'make V=1'

Signed-off-by: Andrew Price <anprice at redhat.com>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3ba3b9b..b24fc86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@
 AC_PREREQ([2.63])
 AC_INIT([gfs2-utils], [master], [linux-cluster at redhat.com])
 AM_INIT_AUTOMAKE([-Wno-portability])
+AM_SILENT_RULES([yes])
 LT_PREREQ([2.2.6])
 LT_INIT
 


More information about the cluster-commits mailing list