tree.sh: Remove redundant deletion

Target builds go inside a common directory for
the given tree now, which gets deleted, thus
deleting all target builds of that given tree.

Therefore, the deletion being removed is redundant.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-07-10 01:07:55 +01:00
parent e25bca2ef7
commit fb95230a4c
+1 -1
View File
@@ -193,7 +193,7 @@ check_project_hashes()
err "!mk $XBMK_CACHE/hash/$project$tree"
[ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \
"elf/$project/$tree" "elf/$project/$target"; :
"elf/$project/$tree"; :
}
check_cross_compiler()