From mboxrd@z Thu Jan 1 00:00:00 1970 From: Attilio Rao Subject: Re: [PATCH] [PATCH v3] Fetch the OVMF repository from specific git mirror and enable it Date: Wed, 14 Mar 2012 13:14:32 +0000 Message-ID: <4F6099B8.4010000@citrix.com> References: <402a1e16b2d8f24725cc.1330630107@dhcp-3-145.uk.xensource.com> <1331730625.23971.420.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331730625.23971.420.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org On 14/03/12 13:10, Ian Campbell wrote: > On Thu, 2012-03-01 at 19:28 +0000, Attilio Rao wrote: > > >> +subdir-distclean-ovmf: .phony >> + rm -rf ovmf ovmf-remote >> + >> > I think you also want a "subdir-clean-ovmf" which does: > set -e; if test -d ovmf-dir/.; then \ > $(MAKE) -C ovmf-dir clean; \ > fi > in order that make clean on a clean tree works. > > Yes, I recall this bug for SeaBIOS, I'll import the fix for ovmf too. Thank you. Attilio