From 9197fed4c0e5a47f62dfcccf8834a6db4dc09260 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 27 Oct 2017 19:59:01 +0200 Subject: [PATCH] boards/sunxi: try bailing out if a u-boot compilation fails --- boards/sunxi.sh | 5 ++++- lib/libdevuansdk | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/sunxi.sh b/boards/sunxi.sh index 7b75d8b..766379c 100644 --- a/boards/sunxi.sh +++ b/boards/sunxi.sh @@ -76,7 +76,10 @@ postbuild() { make \ $MAKEOPTS \ ARCH=arm \ - CROSS_COMPILE=$compiler || zerr + CROSS_COMPILE=$compiler || { + zerr + return 1 + } mv -v u-boot-sunxi-with-spl.bin $R/dist/u-boot/${board}.bin done diff --git a/lib/libdevuansdk b/lib/libdevuansdk index 9b97dc0..c018a20 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit 9b97dc038d27a31f820ba0b0b824f360b9662e83 +Subproject commit c018a20268fb4c47c3207aa37aa2dc7feee92f08