]> Git Repo - linux.git/commitdiff
[PATCH] Documentation/sparse.txt: mention CF=-Wbitwise
authorAlexey Dobriyan <[email protected]>
Mon, 7 Nov 2005 09:01:02 +0000 (01:01 -0800)
committerLinus Torvalds <[email protected]>
Mon, 7 Nov 2005 15:53:54 +0000 (07:53 -0800)
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/sparse.txt

index 1829009db771042038f3e302a8c35dbcb07c1d14..3f1c5464b1c9f1206dd497e891e1bd6e691d15fb 100644 (file)
@@ -41,9 +41,9 @@ sure that bitwise types don't get mixed up (little-endian vs big-endian
 vs cpu-endian vs whatever), and there the constant "0" really _is_
 special.
 
-Modify top-level Makefile to say
+Use
 
-CHECK           = sparse -Wbitwise
+       make C=[12] CF=-Wbitwise
 
 or you don't get any checking at all.
 
This page took 0.054702 seconds and 4 git commands to generate.