Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2025 20:46:09 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a66e5ce3d5c9 - main - depend-cleanup: Handle tcopy moving from C to C++
Message-ID:  <202508142046.57EKk9mC006188@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=a66e5ce3d5c9a38309ddc9e53c84dc7bab0f44bc

commit a66e5ce3d5c9a38309ddc9e53c84dc7bab0f44bc
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-08-14 20:45:21 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-08-14 20:46:01 +0000

    depend-cleanup: Handle tcopy moving from C to C++
---
 tools/build/depend-cleanup.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 33ca8ecb709f..c2cb7877dd04 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -360,3 +360,6 @@ 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
+
+# 20250813  4f766afc1ca0    tcopy converted to C++
+clean_dep   usr.bin/tcopy   tcopy c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508142046.57EKk9mC006188>