Exclude 'tests' from DEBUG_DISTRIBUTIONS.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-02-10 01:35:26 +00:00
parent d5d9fbbae2
commit cf4b80d882
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278486

View File

@ -823,7 +823,7 @@ EXTRA_DISTRIBUTIONS+= tests
DEBUG_DISTRIBUTIONS=
.if ${MK_DEBUG_FILES} != "no"
DEBUG_DISTRIBUTIONS+= base ${EXTRA_DISTRIBUTIONS:S,doc,,}
DEBUG_DISTRIBUTIONS+= base ${EXTRA_DISTRIBUTIONS:S,doc,,:S,tests,,}
.endif
MTREE_MAGIC?= mtree 2.0