From c429fc8e3fa554607ce96d77431170d58f4e549b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 12 Apr 2025 01:45:36 +0100 Subject: [PATCH] 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 --- script/trees | 1 - 1 file changed, 1 deletion(-) diff --git a/script/trees b/script/trees index ddaaa6b..f8fad0a 100755 --- a/script/trees +++ b/script/trees @@ -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"