]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Move checking for make into run_builder()
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:57 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitd6ea9a566eeb0406f64a51a0671b87b3e955490b
tree84b40269543a3a069fcba7aaa3c6e2cdd38dc998
parente274413949971c1b21c9840c34d4a7f074678ef4
buildman: Move checking for make into run_builder()

This is not needed until the builder is run. Move it there to reduce the
size of the do_buildman() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py