From: Matt Mackall <mpm@selenic.com>
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: kai@germaschewski.name, sam@ravnborg.org
Subject: [PATCH] make depmod
Date: Mon, 20 Dec 2004 16:24:16 -0800 [thread overview]
Message-ID: <20041221002416.GC28322@waste.org> (raw)
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
--
Mathematics is the supreme nostalgia of our time.
next reply other threads:[~2004-12-21 0:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-21 0:24 Matt Mackall [this message]
2004-12-21 1:15 ` Matt Mackall
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=20041221002416.GC28322@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome