mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Exclude 'tests' from DEBUG_DISTRIBUTIONS.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d5d9fbbae2
commit
cf4b80d882
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue