From owner-svn-src-head@freebsd.org Tue Mar 29 23:02:10 2016 Return-Path: Delivered-To: svn-src-head@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 24FE2AE0CAE; Tue, 29 Mar 2016 23:02:10 +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 0ED061FE3; Tue, 29 Mar 2016 23:02:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 074CF1C4C; Tue, 29 Mar 2016 23:02:10 +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 A96E11E170; Tue, 29 Mar 2016 23:02:09 +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 rTJFdaimaQGV; Tue, 29 Mar 2016 23:02:07 +0000 (UTC) Subject: Re: svn commit: r297040 - in head: contrib/bmake contrib/bmake/mk share/mk usr.bin/bmake DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com BDA8B1E167 To: "Simon J. Gerraty" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201603182003.u2IK39FS069664@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <56FB096C.6030001@FreeBSD.org> Date: Tue, 29 Mar 2016 16:02:04 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <201603182003.u2IK39FS069664@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 23:02:10 -0000 On 3/18/16 1:03 PM, Simon J. Gerraty wrote: > .if defined(NO_DIRDEPS) || defined(NODIRDEPS) || defined(WITHOUT_DIRDEPS) > -# confine ourselves to the original dir > +# confine ourselves to the original dir and below. > DIRDEPS_FILTER += M${_DEP_RELDIR}* > +.elif defined(NO_DIRDEPS_BELOW) > +DIRDEPS_FILTER += M${_DEP_RELDIR} > .endif There is still dirdeps cache code right further down below this that only is skipped with NO_DIRDEPS. -- Regards, Bryan Drewery