Disable lint.
This commit is contained in:
parent
9972873c7d
commit
6e85ed96e0
|
@ -1,10 +1,11 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:16 christos Exp $
|
# $NetBSD: Makefile,v 1.3 2003/09/14 09:50:15 martin Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk)
|
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk)
|
||||||
MKPIC=no
|
MKPIC=no
|
||||||
MKPROFILE=no
|
MKPROFILE=no
|
||||||
|
MKLINT=no # lint misses important ifdef magic on 64 bit archs
|
||||||
|
|
||||||
TOP= ${NETBSDSRCDIR}/gnu
|
TOP= ${NETBSDSRCDIR}/gnu
|
||||||
DIST= ${TOP}/dist/gdb
|
DIST= ${TOP}/dist/gdb
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:17 christos Exp $
|
# $NetBSD: Makefile,v 1.3 2003/09/14 09:50:15 martin Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
MKPIC=no
|
MKPIC=no
|
||||||
MKPROFILE=no
|
MKPROFILE=no
|
||||||
|
MKLINT=no # lint misses important ifdef magic on 64 bit archs
|
||||||
|
|
||||||
TOP= ${NETBSDSRCDIR}/gnu
|
TOP= ${NETBSDSRCDIR}/gnu
|
||||||
DIST= ${TOP}/dist/gdb
|
DIST= ${TOP}/dist/gdb
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# $NetBSD: Makefile,v 1.3 2003/08/18 22:49:17 christos Exp $
|
# $NetBSD: Makefile,v 1.4 2003/09/14 09:50:15 martin Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk)
|
.if exists(${.CURDIR}/../arch/${MACHINE_ARCH}/defs.mk)
|
||||||
MKPIC=no
|
MKPIC=no
|
||||||
MKPROFILE=no
|
MKPROFILE=no
|
||||||
|
MKLINT=no # lint misses important ifdef magic on 64 bit archs
|
||||||
|
|
||||||
TOP= ${NETBSDSRCDIR}/gnu
|
TOP= ${NETBSDSRCDIR}/gnu
|
||||||
DIST= ${TOP}/dist/gdb
|
DIST= ${TOP}/dist/gdb
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2003/08/18 22:49:18 christos Exp $
|
# $NetBSD: Makefile,v 1.3 2003/09/14 09:50:16 martin Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
MKPIC=no
|
MKPIC=no
|
||||||
MKPROFILE=no
|
MKPROFILE=no
|
||||||
|
MKLINT=no # lint misses important ifdef magic on 64 bit archs
|
||||||
|
|
||||||
TOP= ${NETBSDSRCDIR}/gnu
|
TOP= ${NETBSDSRCDIR}/gnu
|
||||||
DIST= ${TOP}/dist/gdb
|
DIST= ${TOP}/dist/gdb
|
||||||
|
|
Loading…
Reference in New Issue