From e1d0d8f6d8d9d1258497c10dbcce7baa33efeb73 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 20 Jun 2008 15:45:12 +0200 Subject: [PATCH] --- yaml --- r: 106516 b: refs/heads/master c: a887a07d51be6c7cd2c4c373cd17273158d6a85d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/sparse.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index cded6dd04bc5..40c2d6f6ede6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74fc5c653c5d0f9d4d70499709a68e61c4acf991 +refs/heads/master: a887a07d51be6c7cd2c4c373cd17273158d6a85d diff --git a/trunk/Documentation/sparse.txt b/trunk/Documentation/sparse.txt index 1a3bdc27d95e..42f43fa59f24 100644 --- a/trunk/Documentation/sparse.txt +++ b/trunk/Documentation/sparse.txt @@ -73,10 +73,10 @@ recompiled, or use "make C=2" to run sparse on the files whether they need to be recompiled or not. The latter is a fast way to check the whole tree if you have already built it. -The optional make variable CHECKFLAGS can be used to pass arguments to sparse. -The build system passes -Wbitwise to sparse automatically. To perform -endianness checks, you may define __CHECK_ENDIAN__: +The optional make variable CF can be used to pass arguments to sparse. The +build system passes -Wbitwise to sparse automatically. To perform endianness +checks, you may define __CHECK_ENDIAN__: - make C=2 CHECKFLAGS="-D__CHECK_ENDIAN__" + make C=2 CF="-D__CHECK_ENDIAN__" These checks are disabled by default as they generate a host of warnings.