mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
tree.sh: simplify configure_project()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -122,8 +122,7 @@ configure_project()
|
||||
eval "`setvars "" cleanargs build_depend autoconfargs xtree postmake \
|
||||
makeargs btype mkhelper bootstrapargs premake release xlang xarch \
|
||||
badhash`"
|
||||
_tcfg="$1/target.cfg"
|
||||
[ -f "$_tcfg" ] || btype="auto"
|
||||
_tcfg="$1/target.cfg" && [ ! -f "$_tcfg" ] && btype="auto"
|
||||
e "$datadir/mkhelper.cfg" f && eval "`setcfg "$datadir/mkhelper.cfg"`"
|
||||
|
||||
while e "$_tcfg" f || [ "$cmd" != "build_project" ]; do
|
||||
|
||||
Reference in New Issue
Block a user