From mboxrd@z Thu Jan 1 00:00:00 1970 From: malahal@us.ibm.com Subject: Re: [PATCH] trivial README file changes! Date: Mon, 11 Jul 2005 11:14:19 -0700 Message-ID: <20050711181419.GB2486@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The following statement from the README file indicates that "ARCH=xen' must be specified while building the kernel. But the example did not use 'ARCH=xen' while building the kernel. I could change "make dist" to "make ARCH=xen dist", but I chose to add an extra line. Is this statement from the README file really true? "Include the ARCH=xen directive for all make commands when building the kernels." Ian Pratt [m+Ian.Pratt@cl.cam.ac.uk] wrote: > > # cd linux-2.6.11-xen0 # or linux-2.6.11-xenU > > # make ARCH=xen menuconfig # or xconfig > > # cd .. > > + # make ARCH=xen > > What's the intention of this step? It isn't needed. > > Ian >