summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-04 08:04:36 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-04 08:05:19 +0100
commit488d52e784f4520f679e5823ff2c48057037cbd8 (patch)
treefba86dc8e0770914fedb951052cce8d8da49b3c6
parentc33467df1e6119e07608e4e35193815bd2050b1c (diff)
mk: re-make gnupath/ for each cross compiler
it could be that some were left over before, for some reason. that isn't currently the case, but this will avoid the possibility in future. therefore, this is a preemptive bug fix. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk b/mk
index 765772b4..4d7cf116 100755
--- a/mk
+++ b/mk
@@ -296,6 +296,7 @@ check_project_hashes()
check_cross_compiler()
{
+ remkdir "$XBMK_CACHE/gnupath"
xgccargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
cbdir="src/coreboot/$tree"