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-05 12:18:22 +0100
commit41f12003b8d15807b1f5ecbf8480e61c13d581ff (patch)
treea2fbe456b6377975614c2befbde5610aaf5e1d51
parent422b1fbe7b3bdd9c008de5b717149c0513f1ccf9 (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"