mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
rom.sh: avoid re-building cbutils if built
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -57,6 +57,8 @@ mkvendorfiles()
|
|||||||
check_coreboot_utils()
|
check_coreboot_utils()
|
||||||
{
|
{
|
||||||
for util in cbfstool ifdtool; do
|
for util in cbfstool ifdtool; do
|
||||||
|
[ -f "elf/$util/$1/$util" ] && continue
|
||||||
|
|
||||||
utilelfdir="elf/$util/$1"
|
utilelfdir="elf/$util/$1"
|
||||||
utilsrcdir="src/coreboot/$1/util/$util"
|
utilsrcdir="src/coreboot/$1/util/$util"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user