Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Need to delete ${DESTDIR} for lint
details: https://anonhg.NetBSD.org/src/rev/9e5958270c72
branches: trunk
changeset: 319176:9e5958270c72
user: christos <christos%NetBSD.org@localhost>
date: Sat May 19 17:44:44 2018 +0000
description:
Need to delete ${DESTDIR} for lint
XXX: pullup-8
diffstat:
share/mk/bsd.sys.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 847ff85559a0 -r 9e5958270c72 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Sat May 19 17:21:42 2018 +0000
+++ b/share/mk/bsd.sys.mk Sat May 19 17:44:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.275 2018/02/02 01:02:41 mrg Exp $
+# $NetBSD: bsd.sys.mk,v 1.276 2018/05/19 17:44:44 christos Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -29,6 +29,7 @@
REPROFLAGS+= -fdebug-prefix-map=\$$NETBSDSRCDIR=/usr/src
REPROFLAGS+= -fdebug-prefix-map=\$$X11SRCDIR=/usr/xsrc
LINTFLAGS+= -R${NETBSDSRCDIR}=/usr/src -R${X11SRCDIR}=/usr/xsrc
+LINTFLAGS+= -R${DESTDIR}=
REPROFLAGS+= -fdebug-regex-map='/usr/src/(.*)/obj.*=/usr/obj/\1'
REPROFLAGS+= -fdebug-regex-map='/usr/src/(.*)/obj.*/(.*)=/usr/obj/\1/\2'
Home |
Main Index |
Thread Index |
Old Index