[PATCH] kbuild: restrain output of "make help" to 80 columns
authorYum Rayan <yum.rayan@gmail.com>
Thu, 9 Jun 2005 05:04:32 +0000 (22:04 -0700)
committerSam Ravnborg <sam@mars.(none)>
Wed, 13 Jul 2005 22:54:57 +0000 (22:54 +0000)
This patch fixes the output of "make help" to fit in a 80 column
screen. Please push upstream as part of your other patches.

Signed-off-by: Yum Rayan <yum.rayan@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/package/Makefile

index fbb8cf5..353b8ea 100644 (file)
@@ -94,7 +94,8 @@ 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 & modules'
+       @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'
        @echo '  targz-pkg       - Build the kernel as a gzip compressed tarball'