aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2007-11-29 10:46:38 -0500
committerSam Ravnborg <sam@ravnborg.org>2008-01-28 17:14:36 -0500
commit899c38420c56b20e12a31fe9adfa92cd21782370 (patch)
tree381a17a7226b73ee32e97fbdb160b5a38a28c190 /scripts/package
parent3dce174cfcba11026b028d33bed0438b80e37124 (diff)
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/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile
index 7c434e037e7f..5e326078a4a2 100644
--- a/scripts/package/Makefile
+++ b/scripts/package/Makefile
@@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/
89# Help text displayed when executing 'make help' 89# Help text displayed when executing 'make help'
90# --------------------------------------------------------------------------- 90# ---------------------------------------------------------------------------
91help: FORCE 91help: FORCE
92 @echo ' rpm-pkg - Build the kernel as an RPM package' 92 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
93 @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' 93 @echo ' binrpm-pkg - Build only the binary kernel package'
94 @echo ' and modules'
95 @echo ' deb-pkg - Build the kernel as an deb package' 94 @echo ' deb-pkg - Build the kernel as an deb package'
96 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 95 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
97 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 96 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'