svn commit: r289330 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Wed Oct 14 19:19:46 UTC 2015
Author: emaste
Date: Wed Oct 14 19:19:44 2015
New Revision: 289330
URL: https://svnweb.freebsd.org/changeset/base/289330
Log:
/libexec subdirs are part of the base system (for *.debug files)
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/bsd.prog.mk
Modified: head/share/mk/bsd.prog.mk
==============================================================================
--- head/share/mk/bsd.prog.mk Wed Oct 14 19:14:05 2015 (r289329)
+++ head/share/mk/bsd.prog.mk Wed Oct 14 19:19:44 2015 (r289330)
@@ -56,7 +56,7 @@ PROG_FULL=${PROG}.full
# Use ${DEBUGDIR} for base system debug files, else .debug subdirectory
.if defined(BINDIR) && (\
${BINDIR} == "/bin" ||\
- ${BINDIR} == "/libexec" ||\
+ ${BINDIR:C%/libexec(/.*)?%/libexec%} == "/libexec" ||\
${BINDIR} == "/sbin" ||\
${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%} == "/usr/bin"\
)
More information about the svn-src-all
mailing list