On Sun, Nov 04, 2007 at 08:03:48PM +0100, Adrian Bunk wrote: > BTW: "make includecheck" already does the same... > When was that added? It's not listed in the 'make help', and I see there's a versioncheck too that's not reported. Some of these are actually useful, I wonder what else is lurking in the depths of undocumented Makefile target land ;-)
docs: Add includecheck/versioncheck to 'make help' Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- diff --git a/Makefile b/Makefile index 188c3b6..1ab40ac 100644 --- a/Makefile +++ b/Makefile @@ -1168,6 +1168,8 @@ help: @echo '' @echo 'Static analysers' @echo ' checkstack - Generate a list of stack hogs' + @echo ' versioncheck - Sanity check on version.h usage' + @echo ' includecheck - Sanity check on duplicate includes' @echo ' namespacecheck - Name space analysis on compiled kernel' @echo ' export_report - List the usages of all exported symbols' @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/