From: Coywolf Qi Hunt Date: Tue, 19 Jul 2005 14:42:54 +0000 (-0500) Subject: [PATCH] kbuild: make help binrpm-pkg fix X-Git-Tag: v2.6.14-rc1~750^2~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d178817803d95e4e3ca270bccd1ae2bed4780977;p=linux-2.6 [PATCH] kbuild: make help binrpm-pkg fix This fixes kbuild make help binrpm-pkg missing `''. Signed-off-by: Coywolf Qi Hunt Signed-off-by: Sam Ravnborg --- diff --git a/scripts/package/Makefile b/scripts/package/Makefile index 8afdef921c..f3e7e8e4a5 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile @@ -94,7 +94,7 @@ clean-dirs += $(objtree)/tar-install/ # --------------------------------------------------------------------------- help: @echo ' rpm-pkg - Build the kernel as an RPM package' - @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel + @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' @echo ' and modules' @echo ' deb-pkg - Build the kernel as an deb package' @echo ' tar-pkg - Build the kernel as an uncompressed tarball'