The patch titled
     document 'make prepare' in 'make help'
has been removed from the -mm tree.  Its filename was
     document-make-prepare-in-make-help.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: document 'make prepare' in 'make help'
From: Valdis Kletnieks <[EMAIL PROTECTED]>

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]>
Cc: Sam Ravnborg <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff -puN Makefile~document-make-prepare-in-make-help Makefile
--- a/Makefile~document-make-prepare-in-make-help
+++ a/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'
diff -puN /dev/null /dev/null
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-kbuild.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to