* [Qemu-devel] [PATCH] configure: no need to mkdir QMP
@ 2014-08-19 2:24 Liming Wang
2014-08-19 7:22 ` Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Liming Wang @ 2014-08-19 2:24 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev, Luiz Capitulino
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(-)
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"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: no need to mkdir QMP
2014-08-19 2:24 [Qemu-devel] [PATCH] configure: no need to mkdir QMP Liming Wang
@ 2014-08-19 7:22 ` Michael Tokarev
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2014-08-19 7:22 UTC (permalink / raw)
To: Liming Wang, qemu-devel; +Cc: qemu-trivial, Luiz Capitulino
Applied to -trivial, thank you!
/mjt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-19 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 2:24 [Qemu-devel] [PATCH] configure: no need to mkdir QMP Liming Wang
2014-08-19 7:22 ` Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).