diff options
author | Yum Rayan <yum.rayan@gmail.com> | 2005-06-08 22:04:32 -0700 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-13 22:54:57 +0000 |
commit | be3cef986f7c44593d6d112584fbdf4618b6569e (patch) | |
tree | 810984c983bc8508e4d59b044c479447da42a60e /scripts | |
parent | e0af0d85f55ea800a2e38bf782d68b83e9942611 (diff) |
[PATCH] kbuild: restrain output of "make help" to 80 columns
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index fbb8cf5d4e19..353b8ea5c32c 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile @@ -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' |