Skip to content

Commit

Permalink
[PATCH] kbuild: restrain output of "make help" to 80 columns
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yum Rayan authored and Sam Ravnborg committed Jul 13, 2005
1 parent e0af0d8 commit be3cef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit be3cef9

Please sign in to comment.