From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott Parish" Subject: makefile regression in 5625? Date: Fri, 8 Jul 2005 01:35:27 +0000 Message-ID: <20050708013526.GA8498@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Resent-Message-Id: <200507080240.j682epwe027044@d01av01.pok.ibm.com> Content-Disposition: inline Resent-To: xen-devel@lists.xensource.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: xense-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I'm using a crosstools cross compiler, so i can't and don't want to build the whole source tree. I used to be able to generate the two files i was interested in (xen.gz and vmlinuz) by doing: cd xen make XEN_TARGET_ARCH=x86_64 CROSS_COMPILE=x86_64-unknown-linux-gnu- && cp xen.gz /tftpboot cd .. make XEN_TARGET_ARCH=x86_64 CROSS_COMPILE=x86_64-unknown-linux-gnu- linux26 With changeset 5625, doing "make linux26" seems to be building the whole source tree. I'd include a patch, but the comments for 5625 don't give me a good enough idea why the change was made, so i'd be tempted to just revert. sRp -- Scott Parish Signed-off-by: srparish@us.ibm.com