diff mbox

configure: no need to mkdir QMP

Message ID 1408415045-24291-1-git-send-email-liming.wang@canonical.com
State New
Headers show

Commit Message

Liming Wang Aug. 19, 2014, 2:24 a.m. UTC
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>
---
 configure | 4 ----
 1 file changed, 4 deletions(-)

Comments

Michael Tokarev Aug. 19, 2014, 7:22 a.m. UTC | #1
Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/configure b/configure
index 283c71c..b3000fd 100755
--- a/configure
+++ b/configure
@@ -5335,10 +5335,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"