Date: Tue, 27 Jan 2026 18:44:23 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: be8bf6c2beda - stable/14 - depend-cleanup: Handle ctld moving from C to C++ Message-ID: <69790787.200ab.281105c9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=be8bf6c2beda16c2d75e9790baf5e81e75b60851 commit be8bf6c2beda16c2d75e9790baf5e81e75b60851 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-04-02 18:42:08 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-01-27 18:15:57 +0000 depend-cleanup: Handle ctld moving from C to C++ Reviewed by: asomers Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D49140 (cherry picked from commit 7feee915ace1adcbbeca6bdbaf68ac27dee13ce5) --- tools/build/depend-cleanup.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index acbdfb3e92eb..7aa34c972d30 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -212,3 +212,12 @@ if [ -f "$OBJTOP"/lib/clang/liblldb/liblldb.a ]; then echo "Removing old static liblldb library" run rm -f "$OBJTOP"/lib/clang/liblldb/liblldb.a fi + +# 20250402 839d0755fea8 ctld converted to C++ +clean_dep usr.sbin/ctld ctld c +clean_dep usr.sbin/ctld conf c +clean_dep usr.sbin/ctld discovery c +clean_dep usr.sbin/ctld isns c +clean_dep usr.sbin/ctld kernel c +clean_dep usr.sbin/ctld login c +clean_dep usr.sbin/ctld uclparse chome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69790787.200ab.281105c9>
