From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/3] kvm: qemu: don't fail building when pc-bios dir is empty Date: Mon, 26 Jan 2009 12:46:36 -0200 Message-ID: <20090126144636.GA9899@amt.cnet> References: <1232736095-26244-1-git-send-email-ehabkost@redhat.com> <1232736095-26244-2-git-send-email-ehabkost@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Eduardo Habkost Return-path: Received: from mx2.redhat.com ([66.187.237.31]:51751 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751403AbZAZOrd (ORCPT ); Mon, 26 Jan 2009 09:47:33 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0QElXlq000959 for ; Mon, 26 Jan 2009 09:47:33 -0500 Content-Disposition: inline In-Reply-To: <1232736095-26244-2-git-send-email-ehabkost@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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? Applied the other two.