mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 15:03:44 +02:00
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:
+1
-1
@@ -193,7 +193,7 @@ check_project_hashes()
|
|||||||
err "!mk $XBMK_CACHE/hash/$project$tree"
|
err "!mk $XBMK_CACHE/hash/$project$tree"
|
||||||
|
|
||||||
[ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \
|
[ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \
|
||||||
"elf/$project/$tree" "elf/$project/$target"; :
|
"elf/$project/$tree"; :
|
||||||
}
|
}
|
||||||
|
|
||||||
check_cross_compiler()
|
check_cross_compiler()
|
||||||
|
|||||||
Reference in New Issue
Block a user