Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150949680
D5411.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D5411.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5411: Try to create the debug directory if it does not exist.
Attached
Detach File
Event Timeline
Log In to Comment