Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1658505 > unrolled thread

[PATCH v2] Kbuild: tiny correction on `make help`

Started byCao jin <caoj.fnst@cn.fujitsu.com>
First post2017-06-06 11:10 +0200
Last post2017-06-06 17:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] Kbuild: tiny correction on `make help` Cao jin <caoj.fnst@cn.fujitsu.com> - 2017-06-06 11:10 +0200
    Re: [PATCH v2] Kbuild: tiny correction on `make help` Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-06 17:10 +0200

#1658505 — [PATCH v2] Kbuild: tiny correction on `make help`

FromCao jin <caoj.fnst@cn.fujitsu.com>
Date2017-06-06 11:10 +0200
Subject[PATCH v2] Kbuild: tiny correction on `make help`
Message-ID<tPiEW-6IR-21@gated-at.bofh.it>
The help info of `make C=1` is little confusing, make it clear.

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index efa267a..bc9eb36 100644
--- a/Makefile
+++ b/Makefile
@@ -1417,7 +1417,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'
-- 
2.1.0

[toc] | [next] | [standalone]


#1658853

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-06-06 17:10 +0200
Message-ID<tPohj-20d-9@gated-at.bofh.it>
In reply to#1658505
2017-06-06 18:07 GMT+09:00 Cao jin <caoj.fnst@cn.fujitsu.com>:
> The help info of `make C=1` is little confusing, make it clear.
>
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>


Applied to linux-kbuild/fixes.  Thanks!

-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web