[coreboot-gerrit] Change in coreboot[master]: util/abuild: Ensure .xcompile exists

Nico Huber (Code Review) gerrit at coreboot.org
Mon Nov 5 23:37:26 CET 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/29483


Change subject: util/abuild: Ensure .xcompile exists
......................................................................

util/abuild: Ensure .xcompile exists

Change-Id: Ib485e7741b7700fa241c192e60900ae5f1d977f5
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M util/abuild/abuild
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/29483/1

diff --git a/util/abuild/abuild b/util/abuild/abuild
index 8b36473..b283ca9 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -756,6 +756,8 @@
 	exit 1
 fi
 
+$MAKE -C"${ROOT}" .xcompile || exit 1
+
 customizing=$(echo "$customizing" | cut -c3-)
 if [ "$customizing" = "" ]; then
 	customizing="default configuration"

-- 
To view, visit https://review.coreboot.org/29483
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib485e7741b7700fa241c192e60900ae5f1d977f5
Gerrit-Change-Number: 29483
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181105/4ab74764/attachment.html>


More information about the coreboot-gerrit mailing list