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:
markm 2002-09-25 09:55:20 +00:00
parent f58719dbdb
commit 84072d95a3
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"