X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=d0189560613cd715b70674540fb2b824d1f5c9eb;hp=86f47a0ddc794d5ec1b4b5b1baa27e2f45a37028;hb=9d1c02135516866cbbb2f80e20cfb65c63a3ce40;hpb=c15000b40d46c0affa4c142c4ecb7beee4ce03f3 diff --git a/Makefile b/Makefile index 86f47a0ddc79..d0189560613c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = Sneaky Weasel # *DOCUMENTATION* @@ -1290,6 +1290,7 @@ help: @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=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' @echo ' 1: warnings which may be relevant and do not occur too often' @echo ' 2: warnings which occur quite often but may still be relevant'