From 34195beed12dd91805c9e7beb1d49038ecf123b6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 21 Jan 2014 23:03:27 +0100 Subject: abuild: break early if building tools fails Change-Id: I8da04df024a31c780b924a586d056a5351845153 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/4773 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- 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 7676a9f5e8..a5a57c9683 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -613,7 +613,7 @@ build_all_targets() if [ "$enable_blobs" = "true" ]; then echo "CONFIG_USE_BLOBS=y" > $TMPCFG fi - 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 -- cgit v1.2.3