aboutsummaryrefslogtreecommitdiff
path: root/cddl/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2010-11-18 16:32:52 +0000
committerMark Murray <markm@FreeBSD.org>2010-11-18 16:32:52 +0000
commitf0a0ad3b5813e1a54af2cae8a536f0062c61ceb0 (patch)
treed1668c54e7a8a57f2d760dbefd8868aceb28b025 /cddl/Makefile.inc
parentc2b82f3e6134dbf311b3c57579a82458f20877b9 (diff)
downloadsrc-f0a0ad3b5813e1a54af2cae8a536f0062c61ceb0.tar.gz
src-f0a0ad3b5813e1a54af2cae8a536f0062c61ceb0.zip
Do not lint code beyond necessity (with apologies to Wiliam of Ockham).
Don't lint externally maintained CDDL code, or relint the 32-bit libraries in amd64 mode.
Notes
Notes: svn path=/head/; revision=215455
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r--cddl/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc
index d3a491443884..9ebb86bffc5b 100644
--- a/cddl/Makefile.inc
+++ b/cddl/Makefile.inc
@@ -9,3 +9,8 @@ CFLAGS+= -DNEED_SOLARIS_BOOLEAN
WARNS?= 6
CSTD?= gnu89
+
+# Do not lint the CDDL stuff. It is all externally maintained and
+# lint output is wasteful noise here.
+
+NO_LINT=