Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 01:35:27 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278486 - head
Message-ID:  <201502100135.t1A1ZRhf067753@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502100135.t1A1ZRhf067753>