diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-09-05 05:49:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-09-05 05:52:10 +0000 |
| commit | edd8c4c655925543e2d881811c544473da463147 (patch) | |
| tree | 95ba35738f4de03f13b6d9b0dd8550794592878c | |
| parent | f20d12595718c56a718d34e1e42cd34a3317121d (diff) | |
moused: Fix movement of moused/moused to moused/moused/moused
So aef807876c30 moved moused down a level, so make depend broke. This
fixes it.
Sponsored by: Netflix
| -rwxr-xr-x | tools/build/depend-cleanup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index 22bf34439758..aa01db6ccc37 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -470,3 +470,9 @@ fi # 20250813 4f766afc1ca0 tcopy converted to C++ clean_dep usr.bin/tcopy tcopy c + +# 20250904 aef807876c30 moused binary to directory +if [ -f "$OBJTOP"/usr.sbin/moused/moused ]; then + echo "Removing old moused binary" + run rm -fv "$OBJTOP"/usr.sbin/moused/moused +fi |
