summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiming Wang2014-08-19 04:24:05 +0200
committerMichael Tokarev2014-08-24 11:16:32 +0200
commit58ab9e680731ffd1793a7957ab8523f1dca18d05 (patch)
tree81bce210314f0167cc34a617baeab458e6d317a9
parentdma: axidma: Variablise repeated s->streams[i] sub-expr (diff)
downloadqemu-58ab9e680731ffd1793a7957ab8523f1dca18d05.tar.gz
qemu-58ab9e680731ffd1793a7957ab8523f1dca18d05.tar.xz
qemu-58ab9e680731ffd1793a7957ab8523f1dca18d05.zip
configure: no need to mkdir QMP
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 <liming.wang@canonical.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index c4e47e1ea1..2063cf6a3c 100755
--- 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"