[Bug 289614] buildworld: legacy binaries are used when MK_CLEAN=no for cleanups

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 Sep 2025 16:22:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289614

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
A couple of possible solutions:
- make delete-old should delete the bootstrapped tools,
- tools/build/depend-cleanup.sh (or similar) should check for dangling shared
library references in bootstrap tools and delete those that refer to
non-existent libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.