summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-02-10 01:35:26 +0000
committergjb <gjb@FreeBSD.org>2015-02-10 01:35:26 +0000
commit2985286989d663da1dd434b2f0821c4f77ebf773 (patch)
tree44b85f2bc437005553d3fb81a37852fca90b9ab4 /Makefile.inc1
parent0dc33bb531232623ee8f5426d48c221773d339e2 (diff)
downloadFreeBSD-src-2985286989d663da1dd434b2f0821c4f77ebf773.zip
FreeBSD-src-2985286989d663da1dd434b2f0821c4f77ebf773.tar.gz
Exclude 'tests' from DEBUG_DISTRIBUTIONS.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e4eed28..f0fa949 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud