qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 06/11] configure: no need to mkdir QMP


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 06/11] configure: no need to mkdir QMP
Date: Sun, 24 Aug 2014 17:30:57 +0400

From: Liming Wang <address@hidden>

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 <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 configure |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure b/configure
index c4e47e1..2063cf6 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"
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]