share/mk: Remove trailing '/' from debug info directories
Signed-off-by: Marian Cingel <cingel.marian@gmail.com> Reviewed by: emaste Pull request: https://github.com/freebsd/freebsd-src/pull/1947
This commit is contained in:
@@ -61,7 +61,7 @@ CTFFLAGS+= -g
|
|||||||
_debuginstall:
|
_debuginstall:
|
||||||
.if ${MK_DEBUG_FILES} != "no" && defined(DEBUGFILE)
|
.if ${MK_DEBUG_FILES} != "no" && defined(DEBUGFILE)
|
||||||
.if defined(DEBUGMKDIR)
|
.if defined(DEBUGMKDIR)
|
||||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR}/
|
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR}
|
||||||
.endif
|
.endif
|
||||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -o ${DEBUGOWN} -g ${DEBUGGRP} -m ${DEBUGMODE} \
|
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -o ${DEBUGOWN} -g ${DEBUGGRP} -m ${DEBUGMODE} \
|
||||||
${DEBUGFILE} ${DESTDIR}${DEBUGFILEDIR}/${DEBUGFILE}
|
${DEBUGFILE} ${DESTDIR}${DEBUGFILEDIR}/${DEBUGFILE}
|
||||||
|
|||||||
Reference in New Issue
Block a user