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:22:35 +0200 Message-ID: <20140721102235.GA8522@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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1405354526-20929-2-git-send-email-george.dunlap@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 14, George Dunlap wrote: > - CONFIG_QEMU (=> QEMU_TRADITIONAL_LOC) > - QEMU_REMOTE (=> QEMU_TRADITIONAL_URL) > - QEMU_TAG (=> QEMU_TRADITIONAL_REVISION) > - SEABIOS_UPSTREAM_TAG (=> SEABIOS_UPSTREAM_REVISION) This broke my script, which I fixed just now. And I think the patch missed ipxe: tools/firmware/etherboot/Makefile:IPXE_GIT_TAG := 9a93db3f0947484e30e753bbd61a10b17336e20e Olaf