]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools: Pass --disable-silent-rules to configure
authorColin Walters <walters@verbum.org>
Wed, 23 Mar 2011 22:28:36 +0000 (18:28 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Apr 2011 16:47:15 +0000 (09:47 -0700)
Non-verbose logs are really annoying when trying to debug a build
failure.  A lot of projects are copying in the flag to use
AM_SILENT_RULES which automake gained recently.  We need to undo
this.

We'll get a warning from configure if it's not recognized, but that's
fine.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/autotools.bbclass

index bc891f94e7517f3bf54e3d7e24a26c7d3df16ae0..7ebf833603d75faae7ecae2f1b2c90d5b5d0625d 100644 (file)
@@ -63,6 +63,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
                  --oldincludedir=${oldincludedir} \
                  --infodir=${infodir} \
                  --mandir=${mandir} \
+                 --disable-silent-rules \
                  ${@append_libtool_sysroot(d)}"
 
 oe_runconf () {