From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 2/5] make: Normalize config options for external trees Date: Mon, 21 Jul 2014 12:49:57 +0200 Message-ID: <20140721104957.GA11209@aepfle.de> References: <1405354526-20929-1-git-send-email-george.dunlap@eu.citrix.com> <1405354526-20929-2-git-send-email-george.dunlap@eu.citrix.com> <20140721102235.GA8522@aepfle.de> <53CCEB32.80208@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <53CCEB32.80208@eu.citrix.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: George Dunlap Cc: Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Jul 21, George Dunlap wrote: > >tools/firmware/etherboot/Makefile:IPXE_GIT_TAG := 9a93db3f0947484e30e753bbd61a10b17336e20e > > Hmm, so this should probably be moved into Config.mk. Just an idea: Maybe that (and I think also seabios) could deserve more attention. Right now a 'git clean -dfx' leaves the qemu trees around, but things like ipxe will be downloaded again. Maybe ipxe should be cloned just like qemu* so it survives a 'wipe everything'? Olaf