WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Config files and self builds

To: john maclean <jayeola@xxxxxxxxx>
Subject: Re: [Xen-users] Config files and self builds
From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
Date: Tue, 09 Jan 2007 07:51:47 +0000
Cc: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 08 Jan 2007 23:51:38 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=hSh4QQGX9ePzpBhBx1L1hNLy85VQeEAxVE1cWzmI8NSaZGB0T3ay0zTkEtM76mahnkxq+MMnWjoFLMGo8c5nEAXKVkwrakRYQ+XrXLYA9ZIVntNU4CaW9YF3KVtLEVqn/QX+yUjixAsoA7QmuZ7Ox5PP5nq77M9FkSsy+tmZ49I=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4170c1720701081538y32541cf5w83680beb6c14f02@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <4170c1720701081538y32541cf5w83680beb6c14f02@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)
john maclean wrote:
Hey chaps. Is it safe to run cp /boot/config-$(uname -r)
/usr/src/xen-3.0.3_0-src/linux-2.6-xen-sparse/.config? I'd like to
speed up the build process by using the existing config file.

If you're building a new kernel, you should give it a new name. Make sure to edit your Makefile or .config appropriately. But otherwise, I'd tend to do

   make distclean
   cp saved-config .config
   make menuconfig



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>