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

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Tue Apr 15 21:22:23 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 d8a16d9eac826c87f994450dc134070a1ea917f4
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 7676a9f..a5a57c9 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



More information about the coreboot-gerrit mailing list