On 10/14/2015 8:25 PM, Bryan Drewery wrote: > On 10/14/15 7:52 PM, Ed Maste wrote: >> 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 >> > > Thanks for this. > > I realized this technically needs support in 'make delete-old'. Yay huge > list. >
Done in r289409, based on my current install, so it may not be complete. -- Regards, Bryan Drewery
signature.asc
Description: OpenPGP digital signature
