]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
kbuild: move coccicheck help from scripts/Makefile.help to top Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Nov 2017 09:47:20 +0000 (18:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 16 Nov 2017 15:33:09 +0000 (00:33 +0900)
In my view, it is not helpful to have a separate file just for
the coccicheck help message.  Merge scripts/Makefile.help into
the top-level Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Makefile
scripts/Makefile.help [deleted file]

index 58dd24520c9ef262314e33e7d6dab6a6513855af..06a5798335fcdb75c8211d537f595193a01bbb01 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1384,7 +1384,7 @@ help:
        @echo  '  export_report   - List the usages of all exported symbols'
        @echo  '  headers_check   - Sanity check on exported headers'
        @echo  '  headerdep       - Detect inclusion cycles in headers'
-       @$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
+       @echo  '  coccicheck      - Check with Coccinelle'
        @echo  ''
        @echo  'Kernel selftest:'
        @echo  '  kselftest       - Build and run kernel selftest (run as root)'
diff --git a/scripts/Makefile.help b/scripts/Makefile.help
deleted file mode 100644 (file)
index d03608f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-checker-help:
-       @echo  '  coccicheck      - Check with Coccinelle.'