From cf4b80d882b1aad0bb55c2cf2902cfe4b93fac15 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 10 Feb 2015 01:35:26 +0000 Subject: [PATCH] Exclude 'tests' from DEBUG_DISTRIBUTIONS. Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e4eed287f9c..f0fa9496170 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