mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
move build/command/options to include/option.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -9,6 +9,7 @@ set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/git.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
_target=""
|
||||
tree=""
|
||||
@@ -29,7 +30,7 @@ main()
|
||||
[ -d "${cfgsdir}" ] || err "unsupported project name"
|
||||
shift 1
|
||||
|
||||
targets=$(./build command options "${cfgsdir}")
|
||||
targets=$(listitems "${cfgsdir}")
|
||||
[ $# -gt 0 ] && targets=$@
|
||||
[ -z "${targets}" ] && \
|
||||
err "No targets available for project: ${project}"
|
||||
|
||||
Reference in New Issue
Block a user