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
next reply other threads:[~2025-08-07 3:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-07 3:33 longguang.yue [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-09 12:04 [PATCH] Makefile: mrproper deletes signing_key.x509 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-12 2:24 longguang.yue
2025-08-12 9:37 ` Nicolas Schier
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 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.