Re: [Qemu-devel] [PATCH] build: don't create temporary files in source dir

2017-10-26 Thread Alexey Kardashevskiy
On 27/10/17 00:06, Daniel P. Berrange wrote: > There are cases where users do VPATH builds with the source directory being on > a read-only volume. In such a case they have to manually run the command > 'git-submodule.sh ...modules...' manually ahead of time. When checking for > status we should n

[Qemu-devel] [PATCH] build: don't create temporary files in source dir

2017-10-26 Thread Daniel P. Berrange
There are cases where users do VPATH builds with the source directory being on a read-only volume. In such a case they have to manually run the command 'git-submodule.sh ...modules...' manually ahead of time. When checking for status we should not then write into the source dir. Signed-off-by: Da