Page MenuHomeFreeBSD

D5411.diff
No OneTemporary

D5411.diff

Index: head/share/mk/bsd.lib.mk
===================================================================
--- head/share/mk/bsd.lib.mk
+++ head/share/mk/bsd.lib.mk
@@ -141,6 +141,8 @@
DEBUGFILEDIR=${DEBUGDIR}${_SHLIBDIR}
.else
DEBUGFILEDIR=${_SHLIBDIR}/.debug
+.endif
+.if !exists(${DESTDIR}${DEBUGFILEDIR})
DEBUGMKDIR=
.endif
.else
Index: head/share/mk/bsd.prog.mk
===================================================================
--- head/share/mk/bsd.prog.mk
+++ head/share/mk/bsd.prog.mk
@@ -63,6 +63,8 @@
DEBUGFILEDIR= ${DEBUGDIR}${BINDIR}
.else
DEBUGFILEDIR?= ${BINDIR}/.debug
+.endif
+.if !exists(${DESTDIR}${DEBUGFILEDIR})
DEBUGMKDIR=
.endif
.else

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 3:42 AM (1 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30876053
Default Alt Text
D5411.diff (664 B)

Event Timeline