[coreboot-gerrit] Patch set updated for coreboot: 2e096f3 abuild: break early if building tools fails

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Apr 12 22:06:38 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4773

-gerrit

commit 2e096f35f20f85ec7a8a5ca6fc021888be852790
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Tue Jan 21 23:03:27 2014 +0100

    abuild: break early if building tools fails
    
    Change-Id: I8da04df024a31c780b924a586d056a5351845153
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/abuild/abuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/abuild/abuild b/util/abuild/abuild
index f408e20..7adabf8 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -614,7 +614,7 @@ build_all_targets()
 		echo "CONFIG_USE_BLOBS=y" > $TMPCFG
 	fi
 	make -j $cpus DOTCONFIG=$TMPCFG obj=coreboot-builds/temp objutil=coreboot-builds/sharedutils allnoconfig
-	make -j $cpus DOTCONFIG=$TMPCFG obj=coreboot-builds/temp objutil=coreboot-builds/sharedutils tools
+	make -j $cpus DOTCONFIG=$TMPCFG obj=coreboot-builds/temp objutil=coreboot-builds/sharedutils tools || exit 1
 	rm -rf coreboot-builds/temp $TMPCFG
 	for VENDOR in $( vendors ); do
 		for MAINBOARD in $( mainboards $VENDOR ); do



More information about the coreboot-gerrit mailing list