From: Nicolas Schier <nicolas@fjasle.eu>
To: "Thomas Weißschuh" <linux@weissschuh.net>
Cc: Masahiro Yamada <masahiroy@kernel.org>,
Nathan Chancellor <nathan@kernel.org>,
Nick Desaulniers <ndesaulniers@google.com>,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: Re: [PATCH v3 1/2] kbuild: also delete temporary directories
Date: Wed, 18 Jan 2023 08:54:44 +0100 [thread overview]
Message-ID: <Y8elxMUAlFzUv91j@bergen.fjasle.eu> (raw)
In-Reply-To: <20230117-kernel-kheaders-gitignore-v3-1-e686b93b0732@weissschuh.net>
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
On Wed 18 Jan 2023 05:05:34 GMT, Thomas Weißschuh wrote:
> Reuse the standard naming schema for temporary files also for
> temporary
> directories.
>
> Such a directory will be used by the kheaders generation.
>
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> Makefile | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index e09fe100efb2..863b3fdd4374 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2026,11 +2026,12 @@ clean: $(clean-dirs)
> -o -name '*.lex.c' -o -name '*.tab.[ch]' \
> -o -name '*.asn1.[ch]' \
> -o -name '*.symtypes' -o -name 'modules.order' \
> - -o -name '.tmp_*' \
> -o -name '*.c.[012]*.*' \
> -o -name '*.ll' \
> -o -name '*.gcno' \
> - -o -name '*.*.symversions' \) -type f -print | xargs rm -f
> + -o -name '*.*.symversions' \) -type f -print \
> + -o -name '.tmp_*' -print \
> + | xargs rm -rf
>
> # Generate tags for editors
> # ---------------------------------------------------------------------------
>
> --
> 2.39.1
Thanks!
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Tested-by: Nicolas Schier <nicolas@fjasle.eu>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2023-01-18 8:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 5:05 [PATCH v3 0/2] kheaders: use standard naming for the temporary directory Thomas Weißschuh
2023-01-18 5:05 ` [PATCH v3 1/2] kbuild: also delete temporary directories Thomas Weißschuh
2023-01-18 7:54 ` Nicolas Schier [this message]
2023-01-18 5:05 ` [PATCH v3 2/2] kheaders: use standard naming for the temporary directory Thomas Weißschuh
2023-01-18 7:55 ` Nicolas Schier
-- strict thread matches above, loose matches on Subject: below --
2023-01-18 5:04 [PATCH v3 0/2] " Thomas Weißschuh
2023-01-18 5:04 ` [PATCH v3 1/2] kbuild: also delete temporary directories Thomas Weißschuh
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=Y8elxMUAlFzUv91j@bergen.fjasle.eu \
--to=nicolas@fjasle.eu \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@weissschuh.net \
--cc=masahiroy@kernel.org \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
/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
all inboxes | Powered by JetHome®