MODSIGN: Make mrproper should remove generated files.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 2 Oct 2012 05:05:24 +0000 (14:35 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 10 Oct 2012 09:36:36 +0000 (20:06 +1030)
It doesn't, because the clean targets don't include kernel/Makefile, and
because two files were missing from the list.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile
kernel/Makefile

index 1c88ec35500ab39934ff6c1ee92d61d7e3f4eb8c..e70ebfee9c80ca122f8b9582998e9f241ed66367 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -995,7 +995,10 @@ MRPROPER_DIRS  += include/config usr/include include/generated          \
                   arch/*/include/generated
 MRPROPER_FILES += .config .config.old .version .old_version             \
                   include/linux/version.h                               \
-                 Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
+                 Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \
+                 signing_key.priv signing_key.x509 x509.genkey         \
+                 extra_certificates signing_key.x509.keyid             \
+                 signing_key.x509.signer
 
 # clean - Delete most, but leave enough to build external modules
 #
index e951adf935675af418d069e47360ef38baa6db24..d3611c8a6b8d02fe929e5f6736739e831d5e68ee 100644 (file)
@@ -208,4 +208,3 @@ x509.genkey:
        @echo >>x509.genkey "subjectKeyIdentifier=hash"
        @echo >>x509.genkey "authorityKeyIdentifier=keyid"
 endif
-CLEAN_FILES += signing_key.priv signing_key.x509 x509.genkey extra_certificates
This page took 0.028492 seconds and 5 git commands to generate.