diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:45:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 01:45:10 +0100 |
commit | 97c50a39a60734630a3b48e94105fea05dddc33f (patch) | |
tree | 3b9a121ad094e083e1bd6db04561db5620309771 /script/trees | |
parent | cfb14fd8dd8cfb26aa65edd0aec6ad2523cc8ed3 (diff) |
trees: clean up some comments
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/script/trees b/script/trees index 3cdd8dd4..ddaaa6b5 100755 --- a/script/trees +++ b/script/trees @@ -15,13 +15,11 @@ eval "`setvars "" xarch srcdir premake gnatdir xlang mode makeargs elfdir cmd \ defconfig postmake mkhelpercfg dry dest_dir mdir cleanargs gccver gccfull \ gnatver gnatfull gccdir cmakedir`" -# ./mk -f will set this to "n", thus -# disabling the use of make commands +# ./mk -f will set this to "n" do_make="y" mode="all" # make all -# badhash changes to "y" when project -# files change, e.g. config files, patches +# badhash changes to "y" when sources change badhash="n" flags="-m/-u/-b/-c/-x/-f/-s/-l/-n/-d" |