From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH] Allow building of XEN from source on a system without internet access. Date: Tue, 15 Oct 2013 11:39:05 -0400 Message-ID: <525D6199.2080105@terremark.com> References: <1380892649-8627-1-git-send-email-dslutz@verizon.com> <524EDD9402000078000F8DDC@nat28.tlf.novell.com> <524F0C5E.80808@terremark.com> <21084.4915.234656.280009@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VW6jD-0001pL-Ry for xen-devel@lists.xenproject.org; Tue, 15 Oct 2013 15:40:13 +0000 In-Reply-To: <21084.4915.234656.280009@mariner.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 Jackson Cc: xen-devel , stefano.stabellini@eu.citrix.com, Jan Beulich , Don Slutz , ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 10/14/13 11:52, Ian Jackson wrote: > Don Slutz writes ("Re: [Xen-devel] [PATCH] Allow building of XEN from source on a system without internet access."): >> On 10/04/13 09:24, Jan Beulich wrote: > ... >>>> -XEN_EXTFILES_URL=http://xenbits.xen.org/xen-extfiles >>>> +XEN_EXTFILES_URL ?= http://xenbits.xen.org/xen-extfiles >>> Given the change here and further down - what is it that doesn't >>> work when you run "make XEN_EXTFILES_URL=..."? I understand >>> that you may want to pass these settings through the environment, >>> but if the command line approach works the patch title is wrong. >> Yes, these are passed via the environment. Will fix the patch title. > Right, thanks. > > FAOD I approve of this kind of change, but did you know that you can > put settings like this in .config in the root of the Xen tree ? I did. So how about a title of "Allow building of XEN from source on a system without internet access by specifying external stuff in .config"? -Don Slutz > Ian.