Re: compiling kernel

"shane c branch" <[email protected]> Fri, 04 Jul 2003 15:57:48 -0400
Newsgroups gmane.linux.redhat.release.seawolf
Message-ID <[email protected]>

*********** REPLY SEPARATOR  ***********

On 7/1/2003 at 1:55 AM [email protected] wrote:

>I am trying to compile the 2.4.20 kernel to include video4linux support
>and I 
>am having a problem.  I run in the following order
>
>make menuconfig
>---and set the option for v4l
>
>make dep
>
>make clean
>
>make bzImage
>
>make modules
>
>make modules_install
>
>
>at the end of the procedure I have a bzImage file and i have a 2.4.20 
>directory off of /lib/modules but it is almost empty.  I noticed that
>while 
>running 'make modules' 
>it was constantly reporting 'nothing to do for directory  xxx'  I'm not
>shure 
>I ever saw it compile anything.  Thanks for any help.  BB
>
>
>_______________________________________________
>Seawolf-list mailing list
>[email protected]
>https://www.redhat.com/mailman/listinfo/seawolf-list

I don't know how to help with your problem, but FWIW you can run all those
commands on the same line
# make dep clean;make bzImage modules modules_install

regards,

shane