]> Git Repo - qemu.git/commitdiff
build: fix race with creating qapi-generated
authorMichael Roth <[email protected]>
Wed, 7 Sep 2011 23:40:52 +0000 (18:40 -0500)
committerAnthony Liguori <[email protected]>
Fri, 23 Sep 2011 15:55:34 +0000 (10:55 -0500)
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
configure

index 9ab3ab4eb09f485fa6559efd1812d1a538d13510..85078464837ef7c9fed36ff74530506a4c74835b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3622,7 +3622,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 qdict-test-data.txt"
 FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
This page took 0.023948 seconds and 4 git commands to generate.