mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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. (From OE-Core rev: 86a760d8b573cfffaf1ac633fcffdfec748663cb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
90f803de19
commit
c879c637cd
@@ -63,6 +63,7 @@ CONFIGUREOPTS = " --build=${BUILD_SYS} \
|
|||||||
--oldincludedir=${oldincludedir} \
|
--oldincludedir=${oldincludedir} \
|
||||||
--infodir=${infodir} \
|
--infodir=${infodir} \
|
||||||
--mandir=${mandir} \
|
--mandir=${mandir} \
|
||||||
|
--disable-silent-rules \
|
||||||
${@append_libtool_sysroot(d)}"
|
${@append_libtool_sysroot(d)}"
|
||||||
|
|
||||||
oe_runconf () {
|
oe_runconf () {
|
||||||
|
|||||||
Reference in New Issue
Block a user