diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:45:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:45:36 +0100 |
commit | 244489484199d8e5bcda4a821970be023f7b905b (patch) | |
tree | 2eef83e0f12e85e83a3c2326bebba2b9c0354802 /script | |
parent | 97c50a39a60734630a3b48e94105fea05dddc33f (diff) |
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>
Diffstat (limited to 'script')
-rwxr-xr-x | script/trees | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/trees b/script/trees index ddaaa6b5..f8fad0a3 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" |