]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
tools/Makefile: Fix build of QEMU, remove --source-path
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 2 May 2019 16:25:50 +0000 (17:25 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 13 May 2019 10:29:44 +0000 (11:29 +0100)
Following QEMU's commit 79d77bcd36 (configure: Remove --source-path
option), Xen's build system fails to build qemu-xen. The --source-path
option gives redundant information about the location of the sources
so simply remove it. (configure already looks at its $0 to find the
source-path.)

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Makefile

index c903d6a63eb369a803edbf909dbecc5aa35f777e..99cbc950dc6c604e9796158c154a803edfd12abf 100644 (file)
@@ -246,7 +246,6 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find
                --prefix=$(LIBEXEC) \
                --libdir=$(LIBEXEC_LIB) \
                --includedir=$(LIBEXEC_INC) \
-               --source-path=$$source \
                --extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \
                -DXC_WANT_COMPAT_GNTTAB_API=1 \
                -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 \