From 41f12003b8d15807b1f5ecbf8480e61c13d581ff Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 4 May 2025 08:04:36 +0100 Subject: 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 --- mk | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.1