LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Alan Kennington <akenning@topology.org>
  To  : LinuxSA <linuxsa@linuxsa.org.au>
  Date: Thu, 26 Jul 2001 16:13:42 +0930

Re: 2.4.7 Kernel Modules Problem

On Thu, Jul 26, 2001 at 03:40:47PM +0930, Toby Corkindale wrote:
> Hiya
> 
> aren't you supposed to make the dependancies *after* making the config?
> 
> ie.
> make mrproper
> make menuconfig
> make dep
> make clean
> make bzImage
> make modules
> etc...?
> 

I've never seen "make mrproper".
But I'm sure you're right that the poster's
order is wrong. I would go further and say that
the "make clean" should go first if anything
at all has been done with the kernel source
as downloaded. Hence:

make clean	[if not the first attempt]
make menuconfig
make dep
make bzImage
make modules
make modules_install
[copy and rename bzImage and System.map to /boot]
modify /etc/lilo.conf
run lilo
reboot

Cheers,
Alan Kennington.

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page