]> Git Repo - qemu.git/commitdiff
configure: no need to mkdir QMP
authorLiming Wang <[email protected]>
Tue, 19 Aug 2014 02:24:05 +0000 (10:24 +0800)
committerMichael Tokarev <[email protected]>
Sun, 24 Aug 2014 09:16:32 +0000 (13:16 +0400)
commit 7537fe04 QMP: QMP/ -> docs/qmp/

Above commit has moved last QMP files to docs/qmp and it's not necessary
to create QMP directory. So remove it from configure.

Signed-off-by: Liming Wang <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
configure

index c4e47e1ea188123ef7b860299b2da56b47a03b65..2063cf6a3ca45dfed0ec2cd4513e2a64e28a6da6 100755 (executable)
--- a/configure
+++ b/configure
@@ -5372,10 +5372,6 @@ for rom in seabios vgabios ; do
     echo "LD=$ld" >> $config_mak
 done
 
-if test "$docs" = "yes" ; then
-  mkdir -p QMP
-fi
-
 # set up qemu-iotests in this build directory
 iotests_common_env="tests/qemu-iotests/common.env"
 iotests_check="tests/qemu-iotests/check"
This page took 0.034289 seconds and 4 git commands to generate.