summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorReka Norman <rekanorman@chromium.org>2021-09-21 00:41:10 +0000
committerNico Huber <nico.h@gmx.de>2021-09-21 10:56:37 +0000
commitd94f8bbe9da290e120df20bf244920436e9510e7 (patch)
tree7f6452f510637125fb83a4dd2287cb2b9ea3a333 /util
parente1ba1c03aba66696770ffd2d6bad6ac5602862ca (diff)
downloadcoreboot-d94f8bbe9da290e120df20bf244920436e9510e7.tar.gz
coreboot-d94f8bbe9da290e120df20bf244920436e9510e7.tar.bz2
coreboot-d94f8bbe9da290e120df20bf244920436e9510e7.zip
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 <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>
Diffstat (limited to 'util')
-rwxr-xr-xutil/abuild/abuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild
index 306c9abf59ce..5fe298ee6e89 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-)