Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2025 05:52:14 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: edd8c4c65592 - main - moused: Fix movement of moused/moused to moused/moused/moused
Message-ID:  <202509050552.5855qEcf049824@gitrepo.freebsd.org>

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

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

commit edd8c4c655925543e2d881811c544473da463147
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-09-05 05:49:44 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-09-05 05:52:10 +0000

    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
---
 tools/build/depend-cleanup.sh | 6 ++++++
 1 file changed, 6 insertions(+)

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



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