Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 16:02:04 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        "Simon J. Gerraty" <sjg@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r297040 - in head: contrib/bmake contrib/bmake/mk share/mk usr.bin/bmake
Message-ID:  <56FB096C.6030001@FreeBSD.org>
In-Reply-To: <201603182003.u2IK39FS069664@repo.freebsd.org>
References:  <201603182003.u2IK39FS069664@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/18/16 1:03 PM, Simon J. Gerraty wrote:
<dirdeps.mk>
>  .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



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