From 184871bc17cdc5716d8d8bcfff03b0f7412b7a1a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 4 May 2025 08:10:59 +0100 Subject: mk: remove useless code this was added a few commits ago, but the previous commit made me realise it's not needed at all. Signed-off-by: Leah Rowe --- mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'mk') diff --git a/mk b/mk index c87acfe7..49cebaf1 100755 --- a/mk +++ b/mk @@ -296,8 +296,6 @@ check_project_hashes() check_cross_compiler() { - remkdir "$XBMK_CACHE/gnupath" - cbdir="src/coreboot/$tree" [ "$project" != "coreboot" ] && cbdir="src/coreboot/default" [ -n "$xtree" ] && cbdir="src/coreboot/$xtree" -- cgit v1.2.1