|
From: | Anthony Liguori |
Subject: | Re: [Qemu-devel] [PATCH 2/2] build: fix race with creating qapi-generated |
Date: | Fri, 23 Sep 2011 10:52:47 -0500 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10 |
On 09/07/2011 06:40 PM, Michael Roth wrote:
Since qapi-generated/ is a global QEMU include path, we need to make sure it is created before anything is compiled, so do this in the configure phase rather than via the Makefile. Signed-off-by: Michael Roth<address@hidden>
Applied for real this time :-) Thanks. Regards, Anthony Liguori
--- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index c3044c7..0794f31 100755 --- a/configure +++ b/configure @@ -3612,7 +3612,7 @@ DIRS="tests tests/cris slirp audio block net pc-bios/optionrom" DIRS="$DIRS pc-bios/spapr-rtas" DIRS="$DIRS roms/seabios roms/vgabios" DIRS="$DIRS fsdev ui" -DIRS="$DIRS qapi" +DIRS="$DIRS qapi qapi-generated" DIRS="$DIRS qga trace" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
[Prev in Thread] | Current Thread | [Next in Thread] |