diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-12 20:45:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 17:21:05 +0000 |
commit | 55e263c559098cce99d8c3ef57ccc39f1d4a6848 (patch) | |
tree | 4252a3b93357ef66441e41e393d240946dcc2496 /meta/recipes-kernel/kexec | |
parent | f37af830448794d3941aca9ab4b2bfa9d8358694 (diff) | |
download | openembedded-core-55e263c559098cce99d8c3ef57ccc39f1d4a6848.tar.gz openembedded-core-55e263c559098cce99d8c3ef57ccc39f1d4a6848.tar.bz2 openembedded-core-55e263c559098cce99d8c3ef57ccc39f1d4a6848.zip |
autotools: don't output the full config.log on configure failure
The config.log written by autoconf includes many pages of useless output,
followed by an obfuscated error message, and then more pages of every variable
that's been set. It's only understandable if you're well versed in how autoconf
behaves, and often in simple failure modes doesn't actually make it clear what
the problem was.
Instead of outputting the whole config.log to the console when do_configure()
fails, use bbfatal_log so the human-readable configure output (not the
config.log) is shown to the user, and tell the user where config.log can be
found if they need it.
[ YOCTO #8856 ]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/kexec')
0 files changed, 0 insertions, 0 deletions