From mboxrd@z Thu Jan 1 00:00:00 1970 From: tdc Subject: Bug in 2.0.6 "buildconfigs" ? Date: Mon, 23 May 2005 15:25:58 +0200 Message-ID: <4291D9E6.50109@phreaker.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I think there is a bug in mk.linux-2.6-* scripts which leads to always using xenX-defconfigs and ignoring configs in dist/install/boot. On line 34 in mk.linux-2.6-* you check for file: $(DESTDIR)/boot/config-$(LINUX_VER)$$CONFIG_VERSION this evals to filename "config-2.6.11.10$(XENGUEST)", which is obviously wrong. Makefiles in toplevel kernel trees does have the same error in it (these are set on line 30 in mk.linux-2.6.*) Makefile (for xen0) then starts with: --- VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 11 EXTRAVERSION = .10$(XENGUEST) XENGUEST = -xen0 NAME=Woozy Beaver --- Downloaded today at 13:08 from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-2.0.6-src.tgz Dave