From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJZ5v-0008Qf-IZ for qemu-devel@nongnu.org; Mon, 18 Aug 2014 22:24:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJZ5p-0004gN-FT for qemu-devel@nongnu.org; Mon, 18 Aug 2014 22:24:19 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:51873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJZ5p-0004gC-AU for qemu-devel@nongnu.org; Mon, 18 Aug 2014 22:24:13 -0400 Received: by mail-pd0-f176.google.com with SMTP id y10so8736930pdj.21 for ; Mon, 18 Aug 2014 19:24:12 -0700 (PDT) From: Liming Wang Date: Tue, 19 Aug 2014 10:24:05 +0800 Message-Id: <1408415045-24291-1-git-send-email-liming.wang@canonical.com> Subject: [Qemu-devel] [PATCH] configure: no need to mkdir QMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, 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 --- 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