cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] gfs2-utils build: Enable silent rules by default
@ 2013-03-04 15:12 Andrew Price
  2013-03-04 15:13 ` Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Price @ 2013-03-04 15:12 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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@redhat.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH] gfs2-utils build: Enable silent rules by default
  2013-03-04 15:12 [Cluster-devel] [PATCH] gfs2-utils build: Enable silent rules by default Andrew Price
@ 2013-03-04 15:13 ` Steven Whitehouse
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2013-03-04 15:13 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

On Mon, 2013-03-04 at 15:12 +0000, Andrew Price wrote:
> 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@redhat.com>
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
> 
Sounds good,

Steve.

> 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
>  




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-04 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 15:12 [Cluster-devel] [PATCH] gfs2-utils build: Enable silent rules by default Andrew Price
2013-03-04 15:13 ` Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).