qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] build: qemu-ga: fix VSS dependencies


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/4] build: qemu-ga: fix VSS dependencies
Date: Mon, 7 Sep 2015 22:39:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0


On 07/09/2015 22:37, Michael Roth wrote:
> This kinda does it, although it introduces a circular dependency warning
> on posix (since qemu-ga$(EXESUF) == qemu-ga there, yet qemu-ga has
> a qemu-ga$(EXESUF) dependency.
> 
> Could be fixed by making a new 'qemu-guest-agent' do-the-right-thing target,
> but that means new build process for posix and w32 instead of just w32. The
> alternative is to only define the 'qemu-ga' do-the-right-thing target for w32
> (since posix already has such a target). That requires a Makefile ifdef MINGW
> or somesuch though, which isn't ideal. I think the latter is worth the
> simplified build process (same as we currently do on posix, but with some
> extra config params)

Or just "ifneq ($(EXESUF),)".

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]