svn commit: r278486 - head

Glen Barber gjb at FreeBSD.org
Tue Feb 10 01:35:27 UTC 2015


Author: gjb
Date: Tue Feb 10 01:35:26 2015
New Revision: 278486
URL: https://svnweb.freebsd.org/changeset/base/278486

Log:
  Exclude 'tests' from DEBUG_DISTRIBUTIONS.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Feb 10 01:16:43 2015	(r278485)
+++ head/Makefile.inc1	Tue Feb 10 01:35:26 2015	(r278486)
@@ -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


More information about the svn-src-head mailing list