trees: don't initialise mode to "all"
this is not necessary. the fetch mode is still handled, as before, and no make commands will run in this case. Signed-off-by: Leah Rowe <leah@libreboot.org>25.04_branch
parent
c5dacebe44
commit
c429fc8e3f
|
@ -17,7 +17,6 @@ eval "`setvars "" xarch srcdir premake gnatdir xlang mode makeargs elfdir cmd \
|
|||
|
||||
# ./mk -f will set this to "n"
|
||||
do_make="y"
|
||||
mode="all" # make all
|
||||
|
||||
# badhash changes to "y" when sources change
|
||||
badhash="n"
|
||||
|
|
Loading…
Reference in New Issue