mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
05a7daf5ca
commit
826a6331a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103959
6
gnu/Makefile.inc
Normal file
6
gnu/Makefile.inc
Normal 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
3
gnu/lib/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
@ -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"
|
||||
|
@ -1,3 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR?= /usr/bin
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user