diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-06-06 17:07:53 +0800 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-06-06 23:57:48 +0900 |
commit | 9ba26a7283f56100eb08a2df48f17da600f60d52 (patch) | |
tree | 5bf2d12c5609ca3373c38f4f863c92655385f42f /Makefile | |
parent | cbf52a3e6a8a92beec6e0c70abf4111cd8f8faf7 (diff) | |
download | linux-9ba26a7283f56100eb08a2df48f17da600f60d52.tar.gz linux-9ba26a7283f56100eb08a2df48f17da600f60d52.tar.bz2 linux-9ba26a7283f56100eb08a2df48f17da600f60d52.zip |
Kbuild: tiny correction on `make help`
The help info of `make C=1` is little confusing, make it clear.
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1437,7 +1437,7 @@ 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 all c source with $$CHECK (sparse by default)' + @echo ' make C=1 [targets] Check re-compiled c source with $$CHECK (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 gcc checks, n=1,2,3 where' |