Avoid linting GNU contrib'ed stuff, even if the build engineer asked

for it (via WANT_LINT). It's Just Too Noisy.
This commit is contained in:
Mark Murray 2002-09-25 09:55:20 +00:00
parent 05a7daf5ca
commit 826a6331a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103959
4 changed files with 13 additions and 0 deletions

6
gnu/Makefile.inc Normal file
View File

@ -0,0 +1,6 @@
# $FreeBSD$
# Do not lint the GNU stuff. It is all externally maintained and
# lint output is wasteful noise here.
NOLINT= true

3
gnu/lib/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
.include "../Makefile.inc"

View File

@ -11,3 +11,5 @@ LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
CFLAGS+= -I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
HISTSRC= history.c histexpand.c histfile.c histsearch.c shell.c
.include "../Makefile.inc"

View File

@ -1,3 +1,5 @@
# $FreeBSD$
BINDIR?= /usr/bin
.include "../Makefile.inc"