From: Liming Wang Date: Tue, 19 Aug 2014 02:24:05 +0000 (+0800) Subject: configure: no need to mkdir QMP X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58ab9e680731ffd1793a7957ab8523f1dca18d05;p=qemu.git 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 Signed-off-by: Michael Tokarev --- 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"