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 13:53:26 -0700 Message-ID: <20050711205326.GA4408@us.ibm.com> References: <20050711181419.GB2486@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20050711181419.GB2486@us.ibm.com> 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 Got it. Looked at the wrong makefile. The target 'dist' is the default target. Here is a corrected patch file. Thanks, Malahal. # HG changeset patch # User malahal@us.ibm.com # Node ID 5e62f64b20ff6d211ba6fb557b2a4248e26be6e0 # Parent 9b73afea874e2b6d8c4e56f504aa591ac30be5b6 Changed package to program, added kernel build step in the README file diff -r 9b73afea874e -r 5e62f64b20ff docs/check_pkgs --- a/docs/check_pkgs Fri Jul 8 15:35:43 2005 +++ b/docs/check_pkgs Mon Jul 11 20:50:22 2005 @@ -4,7 +4,7 @@ if ! `which $1 1>/dev/null 2>/dev/null`; then echo "*************************************************" echo "*************************************************" - echo "* WARNING: Package '$1' is required" + echo "* WARNING: Program '$1' is required" echo "* to build Xen documentation" echo "*************************************************" echo "*************************************************" diff -r 9b73afea874e -r 5e62f64b20ff README --- a/README Fri Jul 8 15:35:43 2005 +++ b/README Mon Jul 11 20:50:22 2005 @@ -108,8 +108,8 @@ # make world # make install - This will create the directories linux-2.6.11-dom0/ and - linux-2.6.11-domU/ after first cleaning everything. It will + This will create the directories linux-2.6.11-xen0/ and + linux-2.6.11-xenU/ after first cleaning everything. It will create and install into the dist/ directory which is the default install location. It will build the xen binary (xen.gz), the boot images for dom0 and an unpriviledged @@ -127,7 +127,7 @@ # cd linux-2.6.11-xen0 # or linux-2.6.11-xenU # make ARCH=xen menuconfig # or xconfig # cd .. - # make dist + # make ARCH=xen dist # make install You can copy your own config into linux-2.6.11-xen0 first.