From owner-svn-src-all@freebsd.org Thu Oct 15 03:25:38 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC348A15B82; Thu, 15 Oct 2015 03:25:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D94811554; Thu, 15 Oct 2015 03:25:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id D22891733; Thu, 15 Oct 2015 03:25:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 82119F9CE; Thu, 15 Oct 2015 03:25:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 3bllotaEVJdz; Thu, 15 Oct 2015 03:25:36 +0000 (UTC) Subject: Re: svn commit: r289355 - head/share/mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com AD908F9C8 To: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510150252.t9F2qU2k010223@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <561F1CAD.402@FreeBSD.org> Date: Wed, 14 Oct 2015 20:25:33 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510150252.t9F2qU2k010223@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 03:25:39 -0000 On 10/14/15 7:52 PM, Ed Maste wrote: > Author: emaste > Date: Thu Oct 15 02:52:30 2015 > New Revision: 289355 > URL: https://svnweb.freebsd.org/changeset/base/289355 > > Log: > /usr/tests is part of the base system (for *.debug files) > > Sponsored by: The FreeBSD Foundation > > Modified: > head/share/mk/bsd.prog.mk > > Modified: head/share/mk/bsd.prog.mk > ============================================================================== > --- head/share/mk/bsd.prog.mk Thu Oct 15 02:27:16 2015 (r289354) > +++ head/share/mk/bsd.prog.mk Thu Oct 15 02:52:30 2015 (r289355) > @@ -58,7 +58,7 @@ PROG_FULL=${PROG}.full > ${BINDIR} == "/bin" ||\ > ${BINDIR:C%/libexec(/.*)?%/libexec%} == "/libexec" ||\ > ${BINDIR} == "/sbin" ||\ > - ${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%} == "/usr/bin"\ > + ${BINDIR:C%/usr/(bin|bsdinstall|libexec|lpr|sendmail|sm.bin|sbin|tests)(/.*)?%/usr/bin%} == "/usr/bin"\ > ) > DEBUGFILEDIR= ${DEBUGDIR}${BINDIR} > .else > Thanks for this. I realized this technically needs support in 'make delete-old'. Yay huge list. -- Regards, Bryan Drewery