Skip to content

Commit

Permalink
Exclude 'tests' from DEBUG_DISTRIBUTIONS.
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation


git-svn-id: svn+ssh://svn.freebsd.org/base/head@278486 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
gjb committed Feb 10, 2015
1 parent e6ea7e6 commit d10e0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d10e0e0

Please sign in to comment.