diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2007-11-29 10:46:38 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-01-28 23:14:36 +0100 |
commit | 899c38420c56b20e12a31fe9adfa92cd21782370 (patch) | |
tree | 381a17a7226b73ee32e97fbdb160b5a38a28c190 /scripts/package | |
parent | 3dce174cfcba11026b028d33bed0438b80e37124 (diff) | |
download | op-kernel-dev-899c38420c56b20e12a31fe9adfa92cd21782370.zip op-kernel-dev-899c38420c56b20e12a31fe9adfa92cd21782370.tar.gz |
Kbuild: Clarify the rpm-related make packaging targets
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/package')
-rw-r--r-- | scripts/package/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index 7c434e0..5e32607 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile @@ -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' |