diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:04:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:05:19 +0100 |
commit | 488d52e784f4520f679e5823ff2c48057037cbd8 (patch) | |
tree | fba86dc8e0770914fedb951052cce8d8da49b3c6 | |
parent | c33467df1e6119e07608e4e35193815bd2050b1c (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-x | mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |