Cluster-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] gfs2-utils build: Enable silent rules by default
Date: Mon, 04 Mar 2013 15:13:39 +0000	[thread overview]
Message-ID: <1362410019.2684.32.camel@menhir> (raw)
In-Reply-To: <1362409952-27366-1-git-send-email-anprice@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
>  




      reply	other threads:[~2013-03-04 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362410019.2684.32.camel@menhir \
    --to=swhiteho@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox