All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Mackall <mpm@selenic.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: kai@germaschewski.name, sam@ravnborg.org
Subject: Re: [PATCH] make depmod
Date: Mon, 20 Dec 2004 17:15:07 -0800	[thread overview]
Message-ID: <20041221011507.GE5974@waste.org> (raw)
In-Reply-To: <20041221002416.GC28322@waste.org>

On Mon, Dec 20, 2004 at 04:24:16PM -0800, Matt Mackall wrote:
> This patch exposes the modules_install depmod functionality as a
> convenience to external modules
> 
> Index: l/Makefile
> ===================================================================
> --- l.orig/Makefile	2004-11-04 10:52:49.499525000 -0800
> +++ l/Makefile	2004-12-20 16:19:01.195688000 -0800
> @@ -867,7 +867,9 @@
>  depmod_opts	:= -b $(INSTALL_MOD_PATH) -r
>  endif
>  .PHONY: _modinst_post
> -_modinst_post: _modinst_
> +_modinst_post: _modinst_ depmod
> +
> +depmod:
>  	if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
>  
>  else # CONFIG_MODULES

As was pointed out to me privately, this is broken for make -j.

-- 
Mathematics is the supreme nostalgia of our time.

      reply	other threads:[~2004-12-21  1:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-21  0:24 [PATCH] make depmod Matt Mackall
2004-12-21  1:15 ` Matt Mackall [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=20041221011507.GE5974@waste.org \
    --to=mpm@selenic.com \
    --cc=kai@germaschewski.name \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.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.