Re: [Qemu-devel] [PATCH] configure: create fsdev/ directory

2013-10-13 Thread Paolo Bonzini
Il 12/10/2013 21:05, Michael Tokarev ha scritto: > I considered doing it there initially, but decided to add it > to the other place, because that's where virtfs variable > is set. The place you're referring to will need to have a > condition `if' based on $virtfs value. It's harmless to create a

Re: [Qemu-devel] [PATCH] configure: create fsdev/ directory

2013-10-12 Thread Michael Tokarev
12.10.2013 20:28, Paolo Bonzini wrote: Il 11/10/2013 11:05, Michael Tokarev ha scritto: [] --- a/configure +++ b/configure @@ -3576,6 +3576,7 @@ if test "$softmmu" = yes ; then if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then virtfs=yes tools="$tool

Re: [Qemu-devel] [PATCH] configure: create fsdev/ directory

2013-10-12 Thread Paolo Bonzini
Il 11/10/2013 11:05, Michael Tokarev ha scritto: > In some cases when building with parallelism (make -jN), > build fails because the directory where output files are > supposed to be does not exist. In particular, when make > decides to build virtfs-proxy-helper.1 before other files > in fsdev/,

Re: [Qemu-devel] [PATCH] configure: create fsdev/ directory

2013-10-12 Thread Alex Bennée
m...@tls.msk.ru writes: > In some cases when building with parallelism (make -jN), > build fails because the directory where output files are > supposed to be does not exist. In particular, when make > decides to build virtfs-proxy-helper.1 before other files > in fsdev/, build will fail with th

[Qemu-devel] [PATCH] configure: create fsdev/ directory

2013-10-11 Thread Michael Tokarev
In some cases when building with parallelism (make -jN), build fails because the directory where output files are supposed to be does not exist. In particular, when make decides to build virtfs-proxy-helper.1 before other files in fsdev/, build will fail with the following error: perl -Ww -- BUIL