]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Kbuild: tiny correction on `make help`
authorCao jin <caoj.fnst@cn.fujitsu.com>
Tue, 6 Jun 2017 09:07:53 +0000 (17:07 +0800)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 6 Jun 2017 14:57:48 +0000 (23:57 +0900)
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>
Makefile

index 63e10bd4f14ac25297b3841eec5b2be6ee03035b..1e2ae78f8ba5045b4cee74667d4e46170d9daf40 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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'