X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=6d8a984ed9c975e8867b151e8e6e9424f85dea87;hb=f0f9b4ed23381d97cde2ac64248198bc43608e6d;hp=83f6d9972cab0028038d95d0d34b728e754ca0ad;hpb=cbfb74973753e109f28705f6b98c8c8cc381b047;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 83f6d9972cab..6d8a984ed9c9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = -rc5 +EXTRAVERSION = -rc7 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'