vendor.sh: simplify bootstrap() utils handling

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-29 02:07:16 +01:00
parent 6a05487ef3
commit 7086b68685
1 changed files with 1 additions and 2 deletions

View File

@ -51,9 +51,8 @@ bootstrap()
{
x_ ./update trees -f coreboot ${cbdir##*/}
for d in uefitool biosutilities bios_extract; do
x_ ./update trees -f "$d"
x_ ./update trees -b "$d"
done
x_ ./update trees -b uefitool
[ ! -d "${kbc1126_ec_dump%/*}" ] || [ -f "$kbc1126_ec_dump" ] || x_ \
make -C "$cbdir/util/kbc1126"
[ -n "$MRC_refcode_cbtree" ] && \