From d94f8bbe9da290e120df20bf244920436e9510e7 Mon Sep 17 00:00:00 2001 From: Reka Norman Date: Tue, 21 Sep 2021 00:41:10 +0000 Subject: Revert "util/abuild: Regenerate xcompile on every abuild run" This reverts commit a2c009bd94aa3c9694158f9e28184ccbd94df42b. Reason for revert: Breaks parallel abuilds. Change-Id: I368b189050d519769f4852fea8e255e9b31b27b6 Signed-off-by: Reka Norman Reviewed-on: https://review.coreboot.org/c/coreboot/+/57590 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak --- util/abuild/abuild | 1 - 1 file changed, 1 deletion(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild b/util/abuild/abuild index 306c9abf59..5fe298ee6e 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -788,7 +788,6 @@ fi # Generate a single xcompile for all boards export xcompile="${TARGET}/xcompile" -rm -f "${xcompile}" $MAKE -C"${ROOT}" obj="$TARGET/temp" objutil="$TARGET/sharedutils" UPDATED_SUBMODULES=1 "${xcompile}" || exit 1 customizing=$(echo "$customizing" | cut -c3-) -- cgit v1.2.3