On Tue, May 23, 2006 at 12:20:46PM -0500, Dustin Kirkland wrote:
> Minor changes to allow static analysis checkers besides sparse
> 
> This patch allows CHECK and CHECKFLAGS to be passed in on the make
> invocation, such that one could specify a checker other than sparse,
> and/or different flags. 
This is alread possible.
Try 
make C=1 CHECK=checker_executable CHECKFLAGS=....
from your example and see that it works.

The assignment:
foo := bar
will be overrided if you do:
make foo=viggo

But it will not be overridded if you have foo=sammy in your environment.

        Sam


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to