]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: create fsdev/ directory
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 21 Oct 2013 08:33:58 +0000 (12:33 +0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 26 Oct 2013 09:01:37 +0000 (13:01 +0400)
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 -- BUILDDIR/scripts/texi2pod.pl BUILDDIR/fsdev/virtfs-proxy-helper.texi fsdev/virtfs-proxy-helper.pod && pod2man --utf8 --section=1 --center=" " --release=" " fsdev/virtfs-proxy-helper.pod > fsdev/virtfs-proxy-helper.1
opening "fsdev/virtfs-proxy-helper.pod": No such file or directory

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index 57ee62a6967a3c16e4e3d3183ff4fa213fd46ad9..61bb27caa15489a19d541290e513e01cdb67d95c 100755 (executable)
--- a/configure
+++ b/configure
@@ -4647,6 +4647,7 @@ fi
 
 # build tree in object directory in case the source is not in the current directory
 DIRS="tests tests/tcg tests/tcg/cris tests/tcg/lm32 tests/libqos tests/qapi-schema tests/tcg/xtensa tests/qemu-iotests"
+DIRS="$DIRS fsdev"
 DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw"
 DIRS="$DIRS roms/seabios roms/vgabios"
 DIRS="$DIRS qapi-generated"