[PATCH] kbuild: make help binrpm-pkg fix
authorCoywolf Qi Hunt <coywolf@sosdg.org>
Tue, 19 Jul 2005 14:42:54 +0000 (09:42 -0500)
committerSam Ravnborg <sam@mars.(none)>
Thu, 21 Jul 2005 21:45:47 +0000 (21:45 +0000)
This fixes kbuild make help binrpm-pkg missing `''.

Signed-off-by: Coywolf Qi Hunt <coywolf@lovecn.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/package/Makefile

index 8afdef9..f3e7e8e 100644 (file)
@@ -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'