buildman: Allow building within a subdir of the current dir
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 15:42:46 +0000 (09:42 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 11 Apr 2020 01:21:06 +0000 (21:21 -0400)
commitb2d89bc53887dfee44220243c1266a7cf627feff
tree6e4713707f3678b852a352d0f481d4110fed3f43
parent925f6adfa53c2a80a1d7ce731e628cded13f5363
buildman: Allow building within a subdir of the current dir

This is useful in some situations, in particular with -w and when building
in-tree. Now that we are more careful about what we remove in
_PrepareOutputSpace(), it should be safe to relax this restriction.

Update the progress information also so it is clear what buildman is
doing. Remove files can take a long time.

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