Dan Kegel wrote:
> 
> cd /usr/src/linux-2.4
> make mrproper
> cp configs/{config file for architecture, smp, enterprise, etc. that is desired} 
>.config
> make oldconfig     <--- not sure this is necessarily needed
> edit Makefile and change EXTRAVERSION
> make menuconfig

menuconfig and xconfig read the current .config when they start,
so oldconfig isn't needed if you use them. menuconfig
will also hightlight new config items, but oldconfig will
make menuconfig think you already know about them.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to