** Reply to message from Matthew Simpson <[EMAIL PROTECTED]> on Mon, 24 Feb 2003 
14:02:43 +1100


> Hi,
> 
> I've just installed Redhat 8 and need to add some options to  the 
> kernel. I've done.
> 
> cd /usr/src/linux-2.4/
> make xconfig
> 
> and then changed the config to my needs and then
> 
> make clean && make dep && make && make bzImage && make modules && 
> make modules_install && make install
> 
> this  line use to work with my 7.1 box but it wont work with 8

You have a superfluous "make" all by itself between "make dep" and "make bzImage". 
Scrub it and you should be fine. Oh, BTW, I understand make clean is no longer 
necessary.

jb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to