Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ec2d987f98ba775596d0b17d783669b7eda7bae2
Commit:     ec2d987f98ba775596d0b17d783669b7eda7bae2
Parent:     e662af4281af27f95b1ec2c5eff056328a672fd7
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 4 12:01:55 2007 -0800
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 23:14:35 2008 +0100

    kbuild: add 'includecheck' help text
    
    Add 'includecheck' to the Static analyzers help list.
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 6d419f6..2101e41 100644
--- a/Makefile
+++ b/Makefile
@@ -1188,6 +1188,7 @@ help:
        @echo  'Static analysers'
        @echo  '  checkstack      - Generate a list of stack hogs'
        @echo  '  namespacecheck  - Name space analysis on compiled kernel'
+       @echo  '  includecheck    - Check for duplicate included header files'
        @echo  '  export_report   - List the usages of all exported symbols'
        @if [ -r $(srctree)/include/asm-$(SRCARCH)/Kbuild ]; then \
         echo  '  headers_check   - Sanity check on exported headers'; \
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to