Revert "util/abuild: Regenerate xcompile on every abuild run"

This reverts commit a2c009bd94.

Reason for revert: Breaks parallel abuilds.

Change-Id: I368b189050d519769f4852fea8e255e9b31b27b6
Signed-off-by: Reka Norman <rekanorman@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57590
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
Reka Norman 2021-09-21 00:41:10 +00:00 committed by Nico Huber
parent e1ba1c03ab
commit d94f8bbe9d
1 changed files with 0 additions and 1 deletions

View File

@ -788,7 +788,6 @@ fi
# Generate a single xcompile for all boards # Generate a single xcompile for all boards
export xcompile="${TARGET}/xcompile" export xcompile="${TARGET}/xcompile"
rm -f "${xcompile}"
$MAKE -C"${ROOT}" obj="$TARGET/temp" objutil="$TARGET/sharedutils" UPDATED_SUBMODULES=1 "${xcompile}" || exit 1 $MAKE -C"${ROOT}" obj="$TARGET/temp" objutil="$TARGET/sharedutils" UPDATED_SUBMODULES=1 "${xcompile}" || exit 1
customizing=$(echo "$customizing" | cut -c3-) customizing=$(echo "$customizing" | cut -c3-)