Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libnpf - re-enable lint (otherwise the sets break)



details:   https://anonhg.NetBSD.org/src/rev/5d57d4496781
branches:  trunk
changeset: 836150:5d57d4496781
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 29 15:52:44 2018 +0000

description:
- re-enable lint (otherwise the sets break)
- no space after -I (for consistency)

diffstat:

 lib/libnpf/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 9dfc925100e8 -r 5d57d4496781 lib/libnpf/Makefile
--- a/lib/libnpf/Makefile       Sat Sep 29 15:50:29 2018 +0000
+++ b/lib/libnpf/Makefile       Sat Sep 29 15:52:44 2018 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/09/29 14:41:36 rmind Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/29 15:52:44 christos Exp $
 
 USE_SHLIBDIR=   yes
 
-NOLINT=                # disabled deliberately
-
 .include <bsd.own.mk>
 
 LIB=           npf
@@ -14,7 +12,7 @@
 INCS=          npf.h
 INCSDIR=       /usr/include
 
-CPPFLAGS+=     -I ${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
+CPPFLAGS+=     -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
 
 WARNS=         5
 



Home | Main Index | Thread Index | Old Index