added more checks and optimised extraction script

This commit is contained in:
shmalebx9
2022-11-20 20:14:22 -07:00
parent b2c71747cd
commit 175b48a4e0
2 changed files with 24 additions and 15 deletions
+2 -2
View File
@@ -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
}