trees: set dry=":" on ./mk -f

We don't want any build commands to run, when
the -f flag is used.

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-04-11 14:11:24 +01:00
parent e246c22953
commit aa306663c3
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ main()
-m) mode="menuconfig" ;; -m) mode="menuconfig" ;;
-c) mode="distclean" ;; -c) mode="distclean" ;;
-x) mode="crossgcc-clean" ;; -x) mode="crossgcc-clean" ;;
-f) do_make="n" ;; -f)
do_make="n"
dry=":" ;;
-s) mode="savedefconfig" ;; -s) mode="savedefconfig" ;;
-l) mode="olddefconfig" ;; -l) mode="olddefconfig" ;;
-n) mode="nconfig" ;; -n) mode="nconfig" ;;