linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: "Rémi Denis-Courmont" <remi@remlab.net>
Cc: Gregor Jasny <gjasny@googlemail.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: v4l-utils migrated to autotools
Date: Wed, 18 Jan 2012 10:43:21 -0200	[thread overview]
Message-ID: <4F16BE69.8090908@redhat.com> (raw)
In-Reply-To: <2648c3dfc9ea2bd3bae776200d7e056e@chewa.net>

Em 18-01-2012 10:31, Rémi Denis-Courmont escreveu:
> On Wed, 18 Jan 2012 10:19:24 -0200, Mauro Carvalho Chehab
> <mchehab@redhat.com> wrote:
>> Not sure if it is possible, but it would be great if the build output
>> would be less verbose. libtool adds a lot of additional (generally
> useless)
>> messages, with makes harder to see the compilation warnings in the
>> middle of all those garbage.
> 
> These days, automake has a silent mode that looks much like a kernel
> compilation.
> 

Thanks for pointing it! I've enabled this with this
small patch.

Regards,
Mauro.

commit 69378dc5285a5bac78e1e57cce34cc9af3855d52
Author: Mauro Carvalho Chehab <mchehab@redhat.com>
Date:   Wed Jan 18 10:41:26 2012 -0200

    autotools: allow enabling the silent-rules
    
    With this change, it is now possible to do:
    	$ make V=0
    or
    	$ ./configure --enable-silent-rules
    
    in order to be less verbose.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

diff --git a/configure.ac b/configure.ac
index 48428d1..6d3e76a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ AC_CONFIG_FILES([Makefile
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wno-portability]) # 1.10 is needed for target_LIBTOOLFLAGS
 
 AM_MAINTAINER_MODE
+AM_SILENT_RULES
 
 # Checks for programs.
 AC_PROG_CXX

  reply	other threads:[~2012-01-18 12:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-15 21:37 v4l-utils migrated to autotools Gregor Jasny
2012-01-17  8:21 ` Hans de Goede
2012-01-18 12:19 ` Mauro Carvalho Chehab
2012-01-18 12:31   ` Rémi Denis-Courmont
2012-01-18 12:43     ` Mauro Carvalho Chehab [this message]
2012-01-18 13:01       ` Rémi Denis-Courmont
2012-01-18 12:44     ` Patrick Boettcher
2012-01-18 12:56       ` Gregor Jasny
2012-01-18 13:02       ` Rémi Denis-Courmont
2012-01-18 12:47   ` Gregor Jasny
2012-01-18 12:54     ` Mauro Carvalho Chehab
2012-01-18 13:02       ` Gregor Jasny
2012-01-18 14:52         ` Mauro Carvalho Chehab
2012-01-18 16:42           ` Theodore Kilgore

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=4F16BE69.8090908@redhat.com \
    --to=mchehab@redhat.com \
    --cc=gjasny@googlemail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=remi@remlab.net \
    /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;
as well as URLs for NNTP newsgroup(s).