Skip to content

Commit

Permalink
Don't attempt to shorten resolved path names (via realpath) because i…
Browse files Browse the repository at this point in the history
…t could

lead to inconsistencies between different builds.
  • Loading branch information
zoulasc committed Dec 23, 2016
1 parent ae9d646 commit c7e9228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/mk/bsd.sys.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.sys.mk,v 1.261 2016/12/21 03:13:00 christos Exp $
# $NetBSD: bsd.sys.mk,v 1.262 2016/12/23 21:11:45 christos Exp $
#
# Build definitions used for NetBSD source tree builds.

Expand All @@ -23,6 +23,7 @@ CPPFLAGS+= -Wp,-iremap,${DESTDIR}:
REPROFLAGS+= -fdebug-prefix-map=\$$DESTDIR=
.endif

CPPFLAGS+= -Wp,-fno-canonical-system-headers
CPPFLAGS+= -Wp,-iremap,${NETBSDSRCDIR}:/usr/src
CPPFLAGS+= -Wp,-iremap,${X11SRCDIR}:/usr/xsrc
REPROFLAGS+= -fdebug-prefix-map=\$$NETBSDSRCDIR=/usr/src
Expand Down

0 comments on commit c7e9228

Please sign in to comment.