the following patch was just integrated into master: commit ed5642234ada914d057c31e77c322932e2e0e641 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Mon Dec 14 16:36:45 2015 -0800
abuild: Use 12 lines of context for errors
The current default of 6 lines leaves us with no context about the actual error:
*** ERROR: 3 warnings encountered, and warnings are errors.
coreboot-gerrit/util/kconfig/Makefile:38: recipe for target 'oldconfig' failed make[1]: *** [oldconfig] Error 1 make[1]: Leaving directory 'coreboot-gerrit'
Change-Id: I67e7d740e7b3b1c66005dc1bf50557a20bc15428 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: https://review.coreboot.org/12720 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com
See https://review.coreboot.org/12720 for details.
-gerrit