git: a66e5ce3d5c9 - main - depend-cleanup: Handle tcopy moving from C to C++
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 20:46:09 UTC
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