|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Config files and self builds
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
|
|
|
|
|