mk: Add missing escape character
Add a missing escape character that splits a long line to avoid breaking
the builds.
Reported by: cy
Approved by: emaste (mentor)
Fixes: 88d448ec81 ("mk: Move vm stack test debug symbols")
MFC after: 1 week
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ 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/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
|
||||
|
||||
Reference in New Issue
Block a user