svn commit: r289355 - head/share/mk
Bryan Drewery
bdrewery at FreeBSD.org
Fri Oct 16 05:14:01 UTC 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20151015/d3befee3/attachment.bin>
More information about the svn-src-all
mailing list