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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"