diff options
author | Liming Wang | 2014-08-19 04:24:05 +0200 |
---|---|---|
committer | Michael Tokarev | 2014-08-24 11:16:32 +0200 |
commit | 58ab9e680731ffd1793a7957ab8523f1dca18d05 (patch) | |
tree | 81bce210314f0167cc34a617baeab458e6d317a9 | |
parent | dma: axidma: Variablise repeated s->streams[i] sub-expr (diff) | |
download | qemu-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-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |