mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
mk: move config back to getopt
really pointless doing it here. do it in the loop. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -104,6 +104,8 @@ main()
|
||||
if_not_dry_build=":"
|
||||
;;
|
||||
-f|-F) # download source code for a project
|
||||
if_do_make=":"
|
||||
if_not_do_make=""
|
||||
if_dry_build=""
|
||||
if_not_dry_build=":"
|
||||
[ "$flag" = "-F" ] && \
|
||||
@@ -125,10 +127,6 @@ main()
|
||||
if_make_config=""
|
||||
if_not_make_config=":"
|
||||
fi
|
||||
if [ "$flag" = "-F" ] || [ "$flag" = "-f" ]; then
|
||||
if_do_make=":"
|
||||
if_not_do_make=""
|
||||
fi
|
||||
|
||||
if [ -z "${OPTARG+x}" ]; then
|
||||
shift 1
|
||||
|
||||
Reference in New Issue
Block a user