Kbuild: Clarify the rpm-related make packaging targets
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 29 Nov 2007 15:46:38 +0000 (10:46 -0500)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 28 Jan 2008 22:14:36 +0000 (23:14 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
scripts/package/Makefile

index f8d1fd5..953359e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1181,7 +1181,6 @@ 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  '  rpm             - Build a kernel as an RPM package'
        @echo  '  tags/TAGS       - Generate tags file for editors'
        @echo  '  cscope          - Generate cscope index'
        @echo  '  kernelrelease   - Output the release version string'
index 7c434e0..5e32607 100644 (file)
@@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/
 # Help text displayed when executing 'make help'
 # ---------------------------------------------------------------------------
 help: FORCE
-       @echo '  rpm-pkg         - Build the kernel as an RPM package'
-       @echo '  binrpm-pkg      - Build an rpm package containing the compiled kernel'
-       @echo '                    and modules'
+       @echo '  rpm-pkg         - Build both source and binary RPM kernel packages'
+       @echo '  binrpm-pkg      - Build only the binary kernel package'
        @echo '  deb-pkg         - Build the kernel as an deb package'
        @echo '  tar-pkg         - Build the kernel as an uncompressed tarball'
        @echo '  targz-pkg       - Build the kernel as a gzip compressed tarball'