Re: [Qemu-devel] [PATCH] docker: Clean dangling tarball files

2018-08-20 Thread Fam Zheng
On Sat, 08/18 00:03, Philippe Mathieu-Daudé wrote: > When a container fails, it leaves a dangling tarball which name is > based on a timestamp. Further uses of make won't clean those files, > neither calling the 'docker-clean' target. > > Use the .DELETE_ON_ERROR built-in target to let make remove

[Qemu-devel] [PATCH] docker: Clean dangling tarball files

2018-08-17 Thread Philippe Mathieu-Daudé
When a container fails, it leaves a dangling tarball which name is based on a timestamp. Further uses of make won't clean those files, neither calling the 'docker-clean' target. Use the .DELETE_ON_ERROR built-in target to let make remove those temporary tarballs in case of failure. Signed-off-by: