vmimage.subr: Log correct paths into METALOG
Paths all need to start with "./" because that's what newfs wants.
Approved by: re (cperciva)
Fixes: e0c41af9256b ("vmimage.subr: Enable FreeBSD-base repo if pkgbase")
MFC after: immediately
(cherry picked from commit aa33b6b820e6889a9eb11aa8aec498cb890c589a)
(cherry picked from commit e1560c8ba6a3fd2601e5d96acb2edc0f8f14551f)
vmimage.subr: Log correct paths into METALOG
Paths all need to start with "./" because that's what newfs wants.
Fixes: e0c41af9256b ("vmimage.subr: Enable FreeBSD-base repo if pkgbase")
MFC after: immediately
(cherry picked from commit aa33b6b820e6889a9eb11aa8aec498cb890c589a)
vmimage.subr: Log correct paths into METALOG
Paths all need to start with "./" because that's what newfs wants.
Fixes: e0c41af9256b ("vmimage.subr: Enable FreeBSD-base repo if pkgbase")
MFC after: immediately
depend-cleanup.sh: Remove everything before the last build epoch.
We were deleting the .a files for llvm when it was build in bootstrap,
but this caused us to rebuild all the bootstrap things since the
bootstrap compiler changed, making the build time 25 minutes instead of
77 seconds on one of my systems. Items before the last rebuild from
scratch epoch are no longer relevant because you have to rebuild
entirely, so the incremental conditions that lead up to them being
needed are no longer true.
Sponsored by: Netflix
Reviewed by: jrtc27, emaste
Differential Revision: https://reviews.freebsd.org/D53693