aboutsummaryrefslogtreecommitdiff
path: root/util/abuild
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-06-27 23:05:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-19 20:21:33 +0000
commit942c199341725a8eac5606879853b554ff172b6e (patch)
tree82daa0041f3b043c5fd337b39be4348340821e1d /util/abuild
parent6796f4b3cd55dadd3099e3af1ae225748487d06b (diff)
util/abuild: Avoid another git submodule invocation
.xcompile is generated before the submodules handling, but there's no need for the submodules to be around, so skip here, too. Change-Id: I60205f65b124a09067de5ae50f066b5cf64733f2 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44550 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/abuild')
-rwxr-xr-xutil/abuild/abuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild
index 903a569b3e..f90e2b3f83 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -769,7 +769,7 @@ if ! mkdir -p "$TARGET"; then
exit 1
fi
-$MAKE -C"${ROOT}" .xcompile || exit 1
+$MAKE -C"${ROOT}" UPDATED_SUBMODULES=1 .xcompile || exit 1
customizing=$(echo "$customizing" | cut -c3-)
if [ "$customizing" = "" ]; then