mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
trees: remove unnecessary commonts
behaviour described there is obvious just from analysing the while loop condition Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -151,8 +151,6 @@ load_target_config()
|
||||
|
||||
_tcfg="$1/target.cfg"
|
||||
while [ -f "$_tcfg" ] || [ "$cmd" = "build_targets" ]; do
|
||||
# target.cfg optional on single-tree so return if missing.
|
||||
# target.cfg mandatory on multi-tree so err if missing.
|
||||
eval `setvars "" rev tree`
|
||||
|
||||
printf "Loading %s config: %s\n" "$project" "$_tcfg"
|
||||
|
||||
Reference in New Issue
Block a user