From: "longguang.yue" <bigclouds@163.com>
To: linux-kernel@vger.kernel.org
Cc: "longguang.yue" <bigclouds@163.com>
Subject: [PATCH] Makefile: mrproper deletes signing_key.x509
Date: Thu, 7 Aug 2025 11:33:46 +0800 [thread overview]
Message-ID: <20250807033346.12642-1-bigclouds@163.com> (raw)
deletes temporary signing_key.x509 and reserves user-defined x509.genkey
Signed-off-by: longguang.yue <bigclouds@163.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 37e37565515e..7ad2679fa1ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1589,7 +1589,7 @@ MRPROPER_FILES += include/config include/generated \
.config .config.old .version \
Module.symvers \
certs/signing_key.pem \
- certs/x509.genkey \
+ certs/signing_key.x509 \
vmlinux-gdb.py \
rpmbuild \
rust/libmacros.so rust/libmacros.dylib
--
2.34.1
reply other threads:[~2025-08-07 3:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250807033346.12642-1-bigclouds@163.com \
--to=bigclouds@163.com \
--cc=linux-kernel@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