From 6dda31d287c3460398c90193419b72d75abc2d51 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 19 Nov 2015 15:15:33 +0100 Subject: build system: tighten down .xcompile handling some more Bail out if .xcompile is incomplete or can't be regenerated. Change-Id: I74adeded7a3e849b25bf65c5b02f67820f29c7e2 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/12477 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/xcompile/xcompile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index a8134a0c98..4b9858099b 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -355,3 +355,4 @@ for architecture in $SUPPORTED_ARCHITECTURES; do report_arch_toolchain fi done +echo XCOMPILE_COMPLETE:=1 -- cgit v1.2.3