[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/Makefile: fix qemu-xen-traditional build
On Mon, Jan 26, 2015 at 09:55:41AM +0000, Ian Campbell wrote: > On Sun, 2015-01-25 at 15:38 +0000, Wei Liu wrote: > > In d9740237a ("tools: unhook blktap1 from the build and remove all > > references to it"), one spot was left unchanged, which leads to failure > > in building qemu-xen-traditional. > > Well spotted, which make invocation hits this path? make dist (what I > test) didn't. > make -C tools build. > > > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > Should we be worried that the -all- and -install- targets are similar > but not identical? Specifically one of them lack --extra-cflags? > Perhaps nobody ever provides EXTRA_CFLAGS_QEMU_TRADITIONAL so nobody ever trips over that. > Perhaps we should refactor those so the options are only given ones? > This is a good idea. I can do another patch later. Wei. > > --- > > tools/Makefile | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tools/Makefile b/tools/Makefile > > index 1ad7a5d..5d7a75f 100644 > > --- a/tools/Makefile > > +++ b/tools/Makefile > > @@ -158,6 +158,7 @@ qemu-xen-traditional-dir-force-update: > > qemu-xen-traditional-dir-find > > subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find > > set -e; \ > > $(buildmakevars2shellvars); \ > > + export CONFIG_BLKTAP1=n; \ > > cd qemu-xen-traditional-dir; \ > > $(QEMU_ROOT)/xen-setup \ > > $(IOEMU_EXTRA_LDFLAGS) \ > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |