All of lore.kernel.org
 help / color / mirror / Atom feed
From: "longguang.yue" <bigclouds@163.com>
To: linux-kbuild@vger.kernel.org
Cc: nathan@kernel.org, nicolas.schier@linux.dev,
	masahiroy@kernel.org, "longguang.yue" <bigclouds@163.com>
Subject: [PATCH] Makefile: mrproper deletes signing_key.x509
Date: Tue, 12 Aug 2025 10:24:29 +0800	[thread overview]
Message-ID: <20250812022429.52674-1-bigclouds@163.com> (raw)

delete temporary signing_key.x509

Signed-off-by: longguang.yue <bigclouds@163.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 6bfe776bf3c5..7c45fa8e44ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1589,6 +1589,7 @@ MRPROPER_FILES += include/config include/generated          \
 		  .config .config.old .version \
 		  Module.symvers \
 		  certs/signing_key.pem \
+		  certs/signing_key.x509 \
 		  certs/x509.genkey \
 		  vmlinux-gdb.py \
 		  rpmbuild \
-- 
2.34.1


             reply	other threads:[~2025-08-12  2:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-12  2:24 longguang.yue [this message]
2025-08-12  9:37 ` [PATCH] Makefile: mrproper deletes signing_key.x509 Nicolas Schier
  -- strict thread matches above, loose matches on Subject: below --
2025-08-09 12:04 longguang.yue
2025-08-09 20:11 ` Nicolas Schier
2025-08-11  6:28   ` longguang.yue
2025-08-11 13:59     ` Nicolas Schier
2025-08-11 19:14       ` Nathan Chancellor
2025-08-12  9:31       ` David Howells
2025-08-07  3:33 longguang.yue

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=20250812022429.52674-1-bigclouds@163.com \
    --to=bigclouds@163.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=nathan@kernel.org \
    --cc=nicolas.schier@linux.dev \
    /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.