X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=0734bf94658c5bd30182e3d310649318ae9c7327;hb=5e940e3fb854fb256f6fbcd9820f1ffaa11985e6;hp=07bc92544e9cab9ea9fd201b8a5f36fb9dbb9168;hpb=8fe740f54a6c7de40e528346bcfa22695a9b1e97;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 07bc92544e9c..0734bf94658c 100644 --- a/Makefile +++ b/Makefile @@ -1198,7 +1198,7 @@ distclean: mrproper @find $(srctree) $(RCS_FIND_IGNORE) \ \( -name '*.orig' -o -name '*.rej' -o -name '*~' \ -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \ - -o -name '.*.rej' -o -size 0 \ + -o -name '.*.rej' \ -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \ -type f -print | xargs rm -f @@ -1296,7 +1296,6 @@ help: @echo ' 2: warnings which occur quite often but may still be relevant' @echo ' 3: more obscure warnings, can most likely be ignored' @echo ' Multiple levels can be combined with W=12 or W=123' - @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' @echo '' @echo 'Execute "make" or "make all" to build all targets marked with [*] ' @echo 'For further info see the ./README file'