mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
vendor.sh: remove unnecessary cbdir check
we don't need to check this, because the trees script already checks it. avoid unnecessary work. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ build_dependencies_inject()
|
|||||||
cbdir="src/coreboot/$tree"
|
cbdir="src/coreboot/$tree"
|
||||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||||
ifdtool="elf/ifdtool/$tree/ifdtool"
|
ifdtool="elf/ifdtool/$tree/ifdtool"
|
||||||
[ -d "$cbdir" ] || x_ ./update trees -f coreboot $tree
|
x_ ./update trees -f coreboot $tree
|
||||||
if [ ! -f "$cbfstool" ] || [ ! -f "$ifdtool" ]; then
|
if [ ! -f "$cbfstool" ] || [ ! -f "$ifdtool" ]; then
|
||||||
x_ ./update trees -b coreboot utils $tree
|
x_ ./update trees -b coreboot utils $tree
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user