Re: modules_install target

2001-02-14 Thread Mohammad A. Haque
You're forgetting it's using System.map from your build directory and not from /boot. "J . A . Magallon" wrote: > > I have recently noticed that 'make modules_install' tries as a last step > > if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi > > I depends on 'make

Re: modules_install target

2001-02-14 Thread Keith Owens
On Thu, 15 Feb 2001 01:38:46 +0100, "J . A . Magallon" <[EMAIL PROTECTED]> wrote: >I have recently noticed that 'make modules_install' tries as a last step > >if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi > >I depends on 'make install' doing the right symlinks in

modules_install target

2001-02-14 Thread J . A . Magallon
I have recently noticed that 'make modules_install' tries as a last step if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi I depends on 'make install' doing the right symlinks in /boot. Would not be better to do a: if [ -r System.map-2.4.1-ac13 ]; then /sbin/depmod -ae

modules_install target

2001-02-14 Thread J . A . Magallon
I have recently noticed that 'make modules_install' tries as a last step if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi I depends on 'make install' doing the right symlinks in /boot. Would not be better to do a: if [ -r System.map-2.4.1-ac13 ]; then /sbin/depmod -ae

Re: modules_install target

2001-02-14 Thread Keith Owens
On Thu, 15 Feb 2001 01:38:46 +0100, "J . A . Magallon" [EMAIL PROTECTED] wrote: I have recently noticed that 'make modules_install' tries as a last step if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi I depends on 'make install' doing the right symlinks in /boot.

Re: modules_install target

2001-02-14 Thread Mohammad A. Haque
You're forgetting it's using System.map from your build directory and not from /boot. "J . A . Magallon" wrote: I have recently noticed that 'make modules_install' tries as a last step if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi I depends on 'make install'