X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=283c6236438e09ea62455b0bd6a19c9cbdd2f835;hb=459bd0dc3935d5bb04a7bc92c1a6b1a24897e0f7;hp=e40c471abe29fbc9e569bc9f4fca4302ec78cfb9;hpb=4f92f0e25a48212ae06e0761504ee0c9c23776ee;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index e40c471abe29..283c6236438e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = Fearless Coyote # *DOCUMENTATION* @@ -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'