mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 23:42:16 +02:00
don't do cmake on uefitool if the Makefile exists
nasty little hack to fix another nasty little hack, which i call script/build/release/src Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -60,7 +60,7 @@ handle_dependencies()
|
|||||||
if [ "${project}" = "uefitool" ]; then
|
if [ "${project}" = "uefitool" ]; then
|
||||||
(
|
(
|
||||||
cd uefitool || err "handle_dependencies: !cd uefitool"
|
cd uefitool || err "handle_dependencies: !cd uefitool"
|
||||||
cmake UEFIExtract/ || \
|
[ ! -f UEFIExtract/Makefile ] || cmake UEFIExtract/ || \
|
||||||
err "handle_dependencies: !cmake UEFIExtract/"
|
err "handle_dependencies: !cmake UEFIExtract/"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user