From: Nicolas Schier <nsc@kernel.org>
To: James Le Cuirot <chewi@gentoo.org>
Cc: linux-kbuild@vger.kernel.org,
Nathan Chancellor <nathan@kernel.org>,
Masahiro Yamada <masahiroy@kernel.org>,
Inochi Amaoto <inochiama@gmail.com>
Subject: Re: [PATCH] kbuild: install-extmod-build: Fix when given dir outside the build dir
Date: Wed, 22 Oct 2025 22:48:28 +0200 [thread overview]
Message-ID: <aPlDHJUJZaRxupeI@levanger> (raw)
In-Reply-To: <20251016091417.9985-1-chewi@gentoo.org>
On Thu, Oct 16, 2025 at 10:14:17AM +0100, James Le Cuirot wrote:
> Commit b5e395653546 ("kbuild: install-extmod-build: Fix build when
> specifying KBUILD_OUTPUT") tried to address the "build" variable
> expecting a relative path by using `realpath --relative-base=.`, but
> this only works when the given directory is below the current directory.
> `realpath --relative-to=.` will return a relative path in all cases.
>
> Fixes: b5e395653546 ("kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUT")
> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
> ---
> scripts/package/install-extmod-build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks!
Reviewed-by: Nicolas Schier <nsc@kernel.org>
next prev parent reply other threads:[~2025-10-22 21:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-16 9:14 [PATCH] kbuild: install-extmod-build: Fix when given dir outside the build dir James Le Cuirot
2025-10-22 20:48 ` Nicolas Schier [this message]
2025-10-25 21:02 ` Nathan Chancellor
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=aPlDHJUJZaRxupeI@levanger \
--to=nsc@kernel.org \
--cc=chewi@gentoo.org \
--cc=inochiama@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=nathan@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.