]> code.ossystems Code Review - openembedded-core.git/commit
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)
commit86a760d8b573cfffaf1ac633fcffdfec748663cb
treed826d8d68b831b83a280955970580ea6ae703259
parent82561aa631c4e0e0756925774e5126e79f8d9907
autotools: Pass --disable-silent-rules to configure

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