From: Nicolas Schier <nicolas@fjasle.eu>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
Nathan Chancellor <nathan@kernel.org>
Subject: Re: [PATCH 1/2] kbuild: remove redundant $(wildcard ) for rm-files
Date: Tue, 7 May 2024 11:43:10 +0200 [thread overview]
Message-ID: <Zjn3rg9YhdDmkySV@buildd.core.avm.de> (raw)
In-Reply-To: <20240427153253.2809911-1-masahiroy@kernel.org>
On Sun, Apr 28, 2024 at 12:32:52AM +0900, Masahiro Yamada wrote:
> The $(wildcard ) is called in quiet_cmd_rmfiles.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index a1c19979e13e..62557fabfee5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1512,7 +1512,7 @@ clean: archclean vmlinuxclean resolve_btfids_clean
>
> # mrproper - Delete all generated files, including .config
> #
> -mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
> +mrproper: rm-files := $(MRPROPER_FILES)
> mrproper-dirs := $(addprefix _mrproper_,scripts)
>
> PHONY += $(mrproper-dirs) mrproper
> --
> 2.40.1
>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
prev parent reply other threads:[~2024-05-07 9:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-27 15:32 [PATCH 1/2] kbuild: remove redundant $(wildcard ) for rm-files Masahiro Yamada
2024-04-27 15:32 ` [PATCH 2/2] kbuild: add 'private' to target-specific variables Masahiro Yamada
2024-05-07 11:15 ` Nicolas Schier
2024-05-07 14:25 ` Masahiro Yamada
2024-05-07 9:43 ` Nicolas Schier [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=Zjn3rg9YhdDmkySV@buildd.core.avm.de \
--to=nicolas@fjasle.eu \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox