K 10 svn:author V 6 emaste K 8 svn:date V 27 2022-04-04T15:01:44.979880Z K 7 svn:log V 758 installworld: handle ldd including preloaded objects The installworld target makes a temporary copy of binaries to be used during the install. Libraries that they depend on are also included, found by using `ldd`. After commit 0913953c9ed0 ldd started listing preloaded objects, including [vdso], under a [preloaded] header. Skip ldd output that is enclosed in square brackets. Reviewed by: cy, kib [earlier version] MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34734 (cherry picked from commit b3b462229f972e2ed24d450d7d2f8855cdd58a87) (cherry picked from commit 6550cae9b83aa12c2300727d9d4ec6cc816d664b) Git Hash: 2a2ea0075dda175deef7ca02d5a5ac3838921482 Git Author: emaste@FreeBSD.org END