diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-08-14 20:45:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-08-14 20:46:01 +0000 |
| commit | a66e5ce3d5c9a38309ddc9e53c84dc7bab0f44bc (patch) | |
| tree | 99700bc55dd4fdac96391f25720530eedcad7138 | |
| parent | 6cdc0628541718610124bd62c406342fff9ba28b (diff) | |
| -rwxr-xr-x | tools/build/depend-cleanup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
