From ed5642234ada914d057c31e77c322932e2e0e641 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 14 Dec 2015 16:36:45 -0800 Subject: 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 Reviewed-on: https://review.coreboot.org/12720 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/abuild/abuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/abuild/abuild b/util/abuild/abuild index cddcb57648..ffa16b53f1 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -40,7 +40,7 @@ if [ -d "$XGCCPATH" ] && [[ ":$PATH:" != *":$XGCCPATH:"* ]]; then fi # Lines of error context to be printed in FAILURE case -CONTEXT=6 +CONTEXT=12 # Configure-only mode configureonly=0 -- cgit v1.2.3