]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Don't prune output space for 'current source' build
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 00:33:53 +0000 (17:33 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 05:16:52 +0000 (21:16 -0800)
commit1a915675104771e8afea399a62778c598289775f
treef939b72d2c18934096ffe41cb5feb1165f8feda0
parent05c96b187ac5a4c81238754555c86dc7c4fba20b
buildman: Don't prune output space for 'current source' build

This is not needed since we always do a full (non-incremental) build. Also
it might be dangerous since it will try to delete everything below the
base directory.

Fix this potentially nasty bug.

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