]> git.ipfire.org Git - people/ms/u-boot.git/commit
buildman: Print a message when removing old directories
authorSimon Glass <sjg@chromium.org>
Sun, 18 Sep 2016 22:48:32 +0000 (16:48 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commitb222abe736e4ea61e7c61dee412fb80d840b5111
tree933f4792a3470f0fdbf34e44ae1e81041f506726
parent21f0eb332faddeb88a0f3e9788f83b6f9c22071c
buildman: Print a message when removing old directories

When buildman starts, it prepares its output directory by removing any old
build directories which will not be used this time. This can happen if a
previous build left directories around for commit hashes which are no-longer
part of the branch.

This can take quite a while, so print a message to indicate what is going
on.

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