All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: mrproper deletes signing_key.x509
@ 2025-08-12  2:24 longguang.yue
  2025-08-12  9:37 ` Nicolas Schier
  0 siblings, 1 reply; 8+ messages in thread
From: longguang.yue @ 2025-08-12  2:24 UTC (permalink / raw)
  To: linux-kbuild; +Cc: nathan, nicolas.schier, masahiroy, longguang.yue

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] Makefile: mrproper deletes signing_key.x509
@ 2025-08-09 12:04 longguang.yue
  2025-08-09 20:11 ` Nicolas Schier
  0 siblings, 1 reply; 8+ messages in thread
From: longguang.yue @ 2025-08-09 12:04 UTC (permalink / raw)
  To: linux-kbuild; +Cc: nathan, nicolas.schier, masahiroy, longguang.yue

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] Makefile: mrproper deletes signing_key.x509
@ 2025-08-07  3:33 longguang.yue
  0 siblings, 0 replies; 8+ messages in thread
From: longguang.yue @ 2025-08-07  3:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: longguang.yue

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-08-12  9:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  2:24 [PATCH] Makefile: mrproper deletes signing_key.x509 longguang.yue
2025-08-12  9:37 ` 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

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.