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:
Jose Luis Duran
2025-02-04 15:19:50 +00:00
parent 1ed9b381d4
commit 955f974a1a
+1 -1
View File
@@ -254,7 +254,7 @@ SHLIB_NAME_FULL=${SHLIB_NAME}.full
# Use ${DEBUGDIR} for base system debug files, else .debug subdirectory # Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
.if ${_SHLIBDIR} == "/boot" ||\ .if ${_SHLIBDIR} == "/boot" ||\
${SHLIBDIR:C%/lib(/.*)?$%/lib%} == "/lib" ||\ ${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" ${SHLIBDIR:C%/usr/tests(/.*)?%/usr/tests%} == "/usr/tests"
DEBUGFILEDIR=${DEBUGDIR}${_SHLIBDIR} DEBUGFILEDIR=${DEBUGDIR}${_SHLIBDIR}
.else .else