Re: [U-Boot] [PATCH 1/4] buildman: Only print toolchain probing with -v

2018-11-22 Thread sjg
At present --list-tool-chains prints a lot of information about the toolchain-probing process. This is generally not very interesting. Update buildman to print this only if --list-tool-chains is given with -v. Signed-off-by: Simon Glass --- tools/buildman/cmdline.py | 2 +- tools/buildman/contr

[U-Boot] [PATCH 1/4] buildman: Only print toolchain probing with -v

2018-11-06 Thread Simon Glass
At present --list-tool-chains prints a lot of information about the toolchain-probing process. This is generally not very interesting. Update buildman to print this only if --list-tool-chains is given with -v. Signed-off-by: Simon Glass --- tools/buildman/cmdline.py | 2 +- tools/buildman/contr