mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
added more checks and optimised extraction script
This commit is contained in:
@@ -92,8 +92,8 @@ Build_deps(){
|
||||
fi
|
||||
|
||||
if [ ! -f "coreboot/default/util/ifdtool/ifdtool" ]; then
|
||||
printf "building ifdtool from coreboot\n"
|
||||
( cd coreboot/default/util/ifdtool && make ) || Fail 'could not build ifdtool'
|
||||
printf "building ifdtool from coreboot\n"
|
||||
make -C coreboot/default/util/ifdtool || Fail 'could not build ifdtool'
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user