svn commit: r289355 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Thu Oct 15 02:52:32 UTC 2015
Author: emaste
Date: Thu Oct 15 02:52:30 2015
New Revision: 289355
URL: https://svnweb.freebsd.org/changeset/base/289355
Log:
/usr/tests is 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 Thu Oct 15 02:27:16 2015 (r289354)
+++ head/share/mk/bsd.prog.mk Thu Oct 15 02:52:30 2015 (r289355)
@@ -58,7 +58,7 @@ PROG_FULL=${PROG}.full
${BINDIR} == "/bin" ||\
${BINDIR:C%/libexec(/.*)?%/libexec%} == "/libexec" ||\
${BINDIR} == "/sbin" ||\
- ${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%} == "/usr/bin"\
+ ${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin|tests)(/.*)?%/usr/bin%} == "/usr/bin"\
)
DEBUGFILEDIR= ${DEBUGDIR}${BINDIR}
.else
More information about the svn-src-all
mailing list