mk: Move vm stack test debug symbols
Avoid the creation of a /usr/tests/sys/vm/stack/.debug directory by placing sys/vm/stack test debug symbols under /usr/lib/debug. Reviewed by: emaste Approved by: emaste (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D48796
This commit is contained in:
+2
-1
@@ -254,7 +254,8 @@ SHLIB_NAME_FULL=${SHLIB_NAME}.full
|
||||
# Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
|
||||
.if ${_SHLIBDIR} == "/boot" ||\
|
||||
${SHLIBDIR:C%/lib(/.*)?$%/lib%} == "/lib" ||\
|
||||
${SHLIBDIR:C%/usr/(tests/)?lib(32|exec)?(/.*)?%/usr/lib%} == "/usr/lib"
|
||||
${SHLIBDIR:C%/usr/lib(32|exec)?(/.*)?%/usr/lib%} == "/usr/lib" ||
|
||||
${SHLIBDIR:C%/usr/tests(/.*)?%/usr/tests%} == "/usr/tests"
|
||||
DEBUGFILEDIR=${DEBUGDIR}${_SHLIBDIR}
|
||||
.else
|
||||
DEBUGFILEDIR=${_SHLIBDIR}/.debug
|
||||
|
||||
Reference in New Issue
Block a user