Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=243f40cecb292cbb2333749614cf54302fc9cdc0
Commit:     243f40cecb292cbb2333749614cf54302fc9cdc0
Parent:     1d3b3bfab121cdef07d19797f42f413dccdd65f0
Author:     [EMAIL PROTECTED] <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 28 21:22:48 2007 -0500
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 23:14:38 2008 +0100

    kbuild: document 'make prepare' in 'make help'
    
    The output of 'make help' covers a lot of options, but doesn't include
    a listing for 'make prepare'.  Here's a one-liner to fix that...
    
    Signed-off-by: Valdis Kletnieks <[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 698dfc6..6847464 100644
--- a/Makefile
+++ b/Makefile
@@ -1181,6 +1181,7 @@ help:
        @echo  '  dir/            - Build all files in dir and below'
        @echo  '  dir/file.[ois]  - Build specified target only'
        @echo  '  dir/file.ko     - Build module including final link'
+       @echo  '  prepare         - Set up for building external modules'
        @echo  '  tags/TAGS       - Generate tags file for editors'
        @echo  '  cscope          - Generate cscope index'
        @echo  '  kernelrelease   - Output the release version string'
-
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