X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fpackage%2FMakefile;h=5e326078a4a2c351bc2a0c1319f8bdee76d554c0;hb=5ea293a9048d3a58cb0c840fa719d85ad14cba47;hp=7c434e037e7f658bdc088cbc760d4eaba36f785d;hpb=0131705d589e2341dbc5e8946a60f83d8c1773dc;p=linux-2.6 diff --git a/scripts/package/Makefile b/scripts/package/Makefile index 7c434e037e..5e326078a4 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'