diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-25 12:39:45 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-28 17:18:48 -0400 |
commit | d6538d22de83110369752682cc3e3d3860e09d91 (patch) | |
tree | 4eef15470c5350860ecf25768400148f685dfea0 /board/gdsys/405ep | |
parent | 13246f48610757d1e5d7f4d92f35378e749235ec (diff) | |
download | u-boot-imx-d6538d22de83110369752682cc3e3d3860e09d91.zip u-boot-imx-d6538d22de83110369752682cc3e3d3860e09d91.tar.gz u-boot-imx-d6538d22de83110369752682cc3e3d3860e09d91.tar.bz2 |
tools/genboardscfg.py: wait for unfinished subprocesses before error-out
When an error occurs or the program is terminated by the user
on the way, the destructer __del__ of class Slot is invoked and
the work directories are removed.
We have to make sure there are no subprocesses (in this case,
"make O=<work_dir> ...") using the work directories before
removing them. Otherwise the subprocess spits a bunch of error
messages possibly causing more problems. Perhaps some users
may get upset to see too many error messages.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gdsys/405ep')
0 files changed, 0 insertions, 0 deletions