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:
Leah Rowe
2026-09-15 22:10:37 +01:00
parent bbc56b714b
commit 0c41ea82dd
+2 -4
View File
@@ -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