On Mon, Jan 26, 2009 at 12:46:36PM -0200, Marcelo Tosatti wrote:
> On Fri, Jan 23, 2009 at 04:41:33PM -0200, Eduardo Habkost wrote:
> > The '[ -f "$file" ] && install' command will make the return code
> > of the command to be non-zero, making 'make' abort. Use shell 'if'
> > construct instead.
> > 
> > This patch also applies to the maint/2.6.29 branch.
> 
> Hi Eduardo,
> 
> Can you send this one to qemu upstream please? 

qemu upstream doesn't have the '[ -f "$file" ]' conditional, so the fix
applies only to the kvm tree.

Maybe we could have the conditional (after fixing it) on qemu upstream,
but I am not sure about that.

-- 
Eduardo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to