svn commit: r359083 - head

Ed Maste emaste at freebsd.org
Wed Mar 18 20:26:19 UTC 2020


On Wed, 18 Mar 2020 at 16:12, Ed Maste <emaste at freebsd.org> wrote:
>
> Author: emaste
> Date: Wed Mar 18 20:12:46 2020
> New Revision: 359083
> URL: https://svnweb.freebsd.org/changeset/base/359083
>
> Log:
>   invoke _cleanobj_fast_depend_hack unconditionally
>
>   Apparently make ${CLEANDIR} is leaving stale entries in .depend files;
>   for now invoke the hacky cleanup in both the -DNO_CLEAN and normal
>   (no -DNO_CLEAN) cases.

To be clear this is a workaround; the make ${CLEANDIR} step in a
regular build (without -DNO_CLEAN) should remove the stale
dependencies. Once the underlying problem is fixed we can revert this
change.


More information about the svn-src-head mailing list