All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mohammad A. Haque" <mhaque@haque.net>
To: "J . A . Magallon" <jamagallon@able.es>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: modules_install target
Date: Wed, 14 Feb 2001 20:05:10 -0500	[thread overview]
Message-ID: <3A8B2B46.7547FF2F@haque.net> (raw)
In-Reply-To: <20010215013846.A25812@werewolf.able.es>

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' 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 -F System.map-2.4.1-ac13
>  2.4.1-ac13; fi
> 
> ???

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================

      parent reply	other threads:[~2001-02-15  1:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-15  0:38 modules_install target J . A . Magallon
2001-02-15  0:52 ` Keith Owens
2001-02-15  1:05 ` Mohammad A. Haque [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A8B2B46.7547FF2F@haque.net \
    --to=mhaque@haque.net \
    --cc=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.