]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Fix 8a10beae1649961c6d3ccc3fa7a22a372707fa6 "Makefile: QEMU build options."
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 21:56:06 +0000 (16:56 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 21:56:06 +0000 (16:56 -0500)
for which I left accidently the '+' when I copied it.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index 6cd76254dc06a38a78da520570d6e861f811b210..4b46c3ec027cbc99042ce66ec4bc7c8673cce365 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,7 @@ xen-tools:
        fi
        @if [ $(XEN_MINOR) -lt 4 ]; then \
                $(MAKE) -C xen IOEMU_CONFIGURE_CROSS="--disable-curses --disable-slirp --disable-sdl --disable-kvm --disable-vnc-tls" tools -j$$(($(NCPUS) * 2)) \
-+       ; else \
+       ; else \
                $(MAKE) -C xen CONFIG_QEMUU_EXTRA_ARGS="--disable-sdl --disable-gtk --disable-spice" CONFIG_BLKTAP1=n IOEMU_CONFIGURE_CROSS="--disable-curses --disable-slirp --disable-sdl --disable-kvm --disable-vnc-tls" tools -j$$(($(NCPUS) * 2)) \
        ; fi