mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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>
This commit is contained in:
+3
-1
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user