commit | 752e7555207b0c55e6a3fada36b8bc9fbd2453f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 21:12:41 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | 79a413610800f0c24082f194b3c4d2c862b1e5a1 | |
parent | 5656ca2d2034baa34c5ee39d302f9665deb07a12 [diff] |
binman: Fix up removal of temporary directories At present 'make check' leaves some temporary directories around. Part of this is because we call tools.PrepareOutputDir() twice in some cases, without calling tools.FinaliseOutputDir() in between. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>