aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-10-25 13:52:32 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-11-11 20:10:01 +0900
commita64c0440dda1fff1fb5723140828983d0ca821d4 (patch)
tree10faa3c2e7f4040d66fbe0168c2f6829fcd53952 /Makefile
parentscripts: setlocalversion: replace backquote to dollar parenthesis (diff)
downloadlinux-dev-a64c0440dda1fff1fb5723140828983d0ca821d4.tar.xz
linux-dev-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 '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 765a2b5bdada..6cd5af1e7fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1523,7 +1523,8 @@ help:
@echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
@echo ' make V=2 [targets] 2 => give reason for rebuild of target'
@echo ' make O=dir [targets] Locate all output files in "dir", including .config'
- @echo ' make C=1 [targets] Check re-compiled c source with $$CHECK (sparse by default)'
+ @echo ' make C=1 [targets] Check re-compiled c source with $$CHECK'
+ @echo ' (sparse by default)'
@echo ' make C=2 [targets] Force check of all c source with $$CHECK'
@echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
@echo ' make W=n [targets] Enable extra build checks, n=1,2,3 where'