Linux-Modules Archive mirror
 help / color / mirror / Atom feed
From: Emil Velikov via B4 Relay <devnull+emil.l.velikov.gmail.com@kernel.org>
To: linux-modules@vger.kernel.org
Cc: Emil Velikov <emil.velikov@collabora.com>
Subject: [PATCH 1/2] configure: tweak the module_directory help string
Date: Fri, 26 Jan 2024 14:43:50 +0000	[thread overview]
Message-ID: <20240126-master-v1-1-6257d039a30a@gmail.com> (raw)
In-Reply-To: <20240126-master-v1-0-6257d039a30a@gmail.com>

From: Emil Velikov <emil.velikov@collabora.com>

Drop the somewhat misleading ${prefix}/lib/modules and explicitly
mention what's the default.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index de01e08..ab0b303 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ AC_SUBST([rootlibdir], [$with_rootlibdir])
 
 # Ideally this would be $prefix/lib/modules but default to /lib/modules for compatibility with earlier versions
 AC_ARG_WITH([module_directory],
-        AS_HELP_STRING([--with-module-directory=DIR], [directory in which to look for kernel modules - typically '/lib/modules' or '${prefix}/lib/modules']),
+        AS_HELP_STRING([--with-module-directory=DIR], [directory in which to look for kernel modules @<:@default=/lib/modules@:>@]),
         [], [with_module_directory=/lib/modules])
 AC_SUBST([module_directory], [$with_module_directory])
 

-- 
2.43.0


  reply	other threads:[~2024-01-26 14:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 14:43 [PATCH 0/2] Polish module_directory help string, install symlinks Emil Velikov via B4 Relay
2024-01-26 14:43 ` Emil Velikov via B4 Relay [this message]
2024-01-26 14:43 ` [PATCH 2/2] make: install/uninstall tools symlinks to kmod Emil Velikov via B4 Relay
2024-01-29 16:40   ` Lucas De Marchi
2024-01-29 17:23     ` Emil Velikov
2024-01-29 22:09       ` Lucas De Marchi
2024-01-31 13:45         ` Emil Velikov
2024-01-31 13:52           ` Marco d'Itri
2024-02-02 18:53   ` Lucas De Marchi
2024-02-05 12:37     ` Emil Velikov
2024-02-05 14:30       ` Lucas De Marchi
2024-02-05 17:50         ` Emil Velikov
2024-02-06 16:15           ` Lucas De Marchi
2024-02-14 16:22             ` Emil Velikov
2024-02-20  8:11               ` Lucas De Marchi

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=20240126-master-v1-1-6257d039a30a@gmail.com \
    --to=devnull+emil.l.velikov.gmail.com@kernel.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=emil.velikov@collabora.com \
    --cc=linux-modules@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).