Exclude 'tests' from DEBUG_DISTRIBUTIONS.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d5d9fbbae2
commit
cf4b80d882
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user