svn commit: r297040 - in head: contrib/bmake contrib/bmake/mk share/mk usr.bin/bmake

Bryan Drewery bdrewery at FreeBSD.org
Tue Mar 29 23:02:10 UTC 2016


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


More information about the svn-src-head mailing list