diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-25 13:52:32 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-11-11 20:10:01 +0900 |
commit | a64c0440dda1fff1fb5723140828983d0ca821d4 (patch) | |
tree | 10faa3c2e7f4040d66fbe0168c2f6829fcd53952 /scripts/Makefile.package | |
parent | 3c96bdd0ebfaf750a91016433adc7a6ee711a519 (diff) | |
download | linux-a64c0440dda1fff1fb5723140828983d0ca821d4.tar.gz linux-a64c0440dda1fff1fb5723140828983d0ca821d4.tar.bz2 linux-a64c0440dda1fff1fb5723140828983d0ca821d4.zip |
kbuild: Wrap long "make help" text lines
Some "make help" text lines extend beyond 80 characters.
Wrap them before an opening parenthesis, or before 80 characters.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/Makefile.package')
-rw-r--r-- | scripts/Makefile.package | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.package b/scripts/Makefile.package index 56eadcc48d46..ee9b368dfcf3 100644 --- a/scripts/Makefile.package +++ b/scripts/Makefile.package @@ -146,7 +146,8 @@ help: @echo ' binrpm-pkg - Build only the binary kernel RPM package' @echo ' deb-pkg - Build both source and binary deb kernel packages' @echo ' bindeb-pkg - Build only the binary kernel deb package' - @echo ' snap-pkg - Build only the binary kernel snap package (will connect to external hosts)' + @echo ' snap-pkg - Build only the binary kernel snap package' + @echo ' (will connect to external hosts)' @echo ' tar-pkg - Build the kernel as an uncompressed tarball' @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball' |