From 489e061211e8576ef28980176231afc37bfcee15 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Tue, 16 May 2017 18:58:32 +0000 Subject: build-linux.sh: Handle build error more nicely. Change-Id: I21fd2b559e8a11dd78e45bd55dc3e1b5116b9669 --- build-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-linux.sh b/build-linux.sh index 0bfc680..01293f1 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -193,7 +193,7 @@ do make ARCH=${arch} CROSS_COMPILE=${toolchain_dir}/bin/${target}- all -j16 || this_status=$? if [ ${this_status} -ne 0 ]; then # Rebuild without parallelism to make errors easier to read - make ARCH=${arch} CROSS_COMPILE=${toolchain_dir}/bin/${target}- all -j1 + make ARCH=${arch} CROSS_COMPILE=${toolchain_dir}/bin/${target}- all -j1 || true echo "CONFIG=$config FAILED to build." status=1 break -- cgit v1.2.3