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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to