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

2017-11-03 Thread Eric Blake
On 11/03/2017 10:33 AM, 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...' ahead of time. When checking for status we > should not th

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

2017-11-03 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...' ahead of time. When checking for status we should not then write into the source dir. Signed-off-by: Daniel P. Be