Re: Kernel re-compile question

2000-08-20 Thread Statux
If there's an error in part of a make, then make exits with the compilation. On Mon, 21 Aug 2000, Stephen Liu wrote: > Hi, > > Thanks for your advice. > > > After any changes you make to the kernel config.. if you want to compile a > > new kernel reflecting your changes: > > > > make dep modul

Re: Kernel re-compile question

2000-08-20 Thread Stephen Liu
Hi, Thanks for your advice. > After any changes you make to the kernel config.. if you want to compile a > new kernel reflecting your changes: > > make dep modules modules_install bzImage > > You don't need to do one target at a time, you know To do one target at a time the only advantage is if

Re: Kernel re-compile question [NOTE]

2000-08-20 Thread Statux
NOTE: You do NOT need to seperate the Makefile targets. You can put them all together in one make call. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Kernel re-compile question

2000-08-20 Thread Stephen Liu
Hi Mikkel, Thanks again for your advice. > If you are just doing something like compiling another module, you can > usualy get away with skipping make bzImage. If you are making any change > to the main kernel, you have to run make bzImage - this is what builds the > kernel itself. The make de

Re: Kernel re-compile question

2000-08-20 Thread Statux
After any changes you make to the kernel config.. if you want to compile a new kernel reflecting your changes: make dep modules modules_install bzImage You don't need to do one target at a time, you know :) On Mon, 21 Aug 2000, Stephen Liu wrote: > Hi All People, > > (RH 6.2) > > In re-compi

Re: Kernel re-compile question

2000-08-20 Thread Mikkel L. Ellertson
On Mon, 21 Aug 2000, Stephen Liu wrote: > Hi All People, > > (RH 6.2) > > In re-compiling kernel to make a minor change. Whether it can jump after > 'make menuconfig' to 'make modules', 'make modules_install', run 'lilo' etc. > > Skip 'make dep', 'make clean', 'make bzImage' > > Kindly advis

Kernel re-compile question

2000-08-20 Thread Stephen Liu
Hi All People, (RH 6.2) In re-compiling kernel to make a minor change. Whether it can jump after 'make menuconfig' to 'make modules', 'make modules_install', run 'lilo' etc. Skip 'make dep', 'make clean', 'make bzImage' Kindly advise. Thanks in advance. Stephen __