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

2017-10-27 Thread Alexey Kardashevskiy
On 28/10/17 16:25, Eric Blake wrote: > On 10/27/2017 03:14 PM, 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 ah

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

2017-10-27 Thread Eric Blake
On 10/27/2017 03:14 PM, 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 One of the two

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

2017-10-27 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