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>
This commit is contained in:
Leah Rowe
2025-04-12 01:45:36 +01:00
parent 97c50a39a6
commit 2444894841
-1
View File
@@ -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"