From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH RFC 4/5] Makefile: stubdom targets now depend on mini-os target Date: Mon, 26 Jan 2015 10:43:58 +0000 Message-ID: <54C6287E02000078000595B8@mail.emea.novell.com> References: <1422209626-9926-1-git-send-email-wei.liu2@citrix.com> <1422209626-9926-5-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422209626-9926-5-git-send-email-wei.liu2@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Ian Campbell , stefano.stabellini@eu.citrix.com, Ian Jackson , xen-devel@lists.xen.org, samuel.thibault@ens-lyon.org, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org >>> On 25.01.15 at 19:13, wrote: > --- a/Config.mk > +++ b/Config.mk > @@ -245,13 +245,16 @@ OVMF_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/ovmf.git > QEMU_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/qemu-upstream-unstable.git > QEMU_TRADITIONAL_URL ?= http://xenbits.xen.org/git-http/qemu-xen-unstable.git > SEABIOS_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/seabios.git > +MINI_OS_UPSTREAM_URL ?= http://xenbits.xen.org/git-http/mini-os.git > else > OVMF_UPSTREAM_URL ?= git://xenbits.xen.org/ovmf.git > QEMU_UPSTREAM_URL ?= git://xenbits.xen.org/qemu-upstream-unstable.git > QEMU_TRADITIONAL_URL ?= git://xenbits.xen.org/qemu-xen-unstable.git > SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git > +MINI_OS_UPSTREAM_URL ?= git://xenbits.xen.org/git-http/mini-os.git Is this perhaps a copy-and-paste mistake? Jan