Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/share/mk Pull up following revision(s) (requested by chri...
details: https://anonhg.NetBSD.org/src/rev/b4142c731a16
branches: netbsd-8
changeset: 435071:b4142c731a16
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 18 15:42:29 2018 +0000
description:
Pull up following revision(s) (requested by christos in ticket #886):
share/mk/bsd.sys.mk: revision 1.282
The compat build plays games with MAKEOBJDIR and unsets MAKEOBJDIRPREFIX.
Keep using our standard NETBSDOBJDIR if it was set.
diffstat:
share/mk/bsd.sys.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0684e2f6ec85 -r b4142c731a16 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Mon Jun 18 15:39:49 2018 +0000
+++ b/share/mk/bsd.sys.mk Mon Jun 18 15:42:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.271.4.2 2018/06/14 20:08:36 martin Exp $
+# $NetBSD: bsd.sys.mk,v 1.271.4.3 2018/06/18 15:42:29 martin Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -31,6 +31,9 @@
REPROFLAGS+= -fdebug-prefix-map=\$$X11SRCDIR=/usr/xsrc
.if defined(MAKEOBJDIRPREFIX)
NETBSDOBJDIR= ${MAKEOBJDIRPREFIX}${NETBSDSRCDIR}
+.endif
+
+.if defined(NETBSDOBJDIR)
.export NETBSDOBJDIR
REPROFLAGS+= -fdebug-prefix-map=\$$NETBSDOBJDIR=/usr/obj
.endif
Home |
Main Index |
Thread Index |
Old Index