diff options
| author | Marian Cingel <cingel.marian@gmail.com> | 2026-01-04 23:15:01 +0100 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-05 12:26:11 -0500 |
| commit | 7359df79d3affeccf17f12f16c23ba3d4c5e0346 (patch) | |
| tree | e601e69029dbf3ba680400e55089b236850867f4 /share | |
| parent | 96156003ec0c70de88a448d48d8e9bd37913589f (diff) | |
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
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.debug.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.debug.mk b/share/mk/bsd.debug.mk index 9f4dc5d90484..1c85d3f183a7 100644 --- a/share/mk/bsd.debug.mk +++ b/share/mk/bsd.debug.mk @@ -61,7 +61,7 @@ CTFFLAGS+= -g _debuginstall: .if ${MK_DEBUG_FILES} != "no" && defined(DEBUGFILE) .if defined(DEBUGMKDIR) - ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR}/ + ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -d ${DESTDIR}${DEBUGFILEDIR} .endif ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dbg} -o ${DEBUGOWN} -g ${DEBUGGRP} -m ${DEBUGMODE} \ ${DEBUGFILE} ${DESTDIR}${DEBUGFILEDIR}/${DEBUGFILE} |
