On Sat, Jul 08, 2000 at 08:39:57PM -0700, Jay Kelly wrote:
> Hello all,
> I am upgrading my kernel from 2.2.12 to 2.2.15 and after selecting the

First of all, get the patch from 2.2.15 to 2.2.16 if you're connected to
the internet.  There are security risks with 2.2.15.

> option I want, I type 
> make dep;make clean;make bzImage;make modules;make modules_install
> then it starts to compile and when its done I cant find the bzImage.

Instead of doing it all on one command line, just simply do a make dep;
make clean; make bzImage.  I'll bet there's an error that's getting
covered up by the make modules; make modules_install.  Better yet, put
&& between all the make statements so that the whole process will stop
after the first error.

Cheers,
Chris

-- 
pick, pack, pock, puck: like drops of water in a fountain falling
softly in the brimming bowl.

Reply via email to