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
parent
e246c22953
commit
aa306663c3
|
@ -37,7 +37,9 @@ main()
|
|||
-m) mode="menuconfig" ;;
|
||||
-c) mode="distclean" ;;
|
||||
-x) mode="crossgcc-clean" ;;
|
||||
-f) do_make="n" ;;
|
||||
-f)
|
||||
do_make="n"
|
||||
dry=":" ;;
|
||||
-s) mode="savedefconfig" ;;
|
||||
-l) mode="olddefconfig" ;;
|
||||
-n) mode="nconfig" ;;
|
||||
|
|
Loading…
Reference in New Issue