aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-11-16 17:28:06 +0000
committerWarner Losh <imp@FreeBSD.org>2025-11-16 17:31:34 +0000
commit474d4707e607eedb966685a6e8a2471342c0f23c (patch)
tree7e5bf5fd0968c1194f1f45c329dcfedd63dd9122
parentaa33b6b820e6889a9eb11aa8aec498cb890c589a (diff)
depend-cleanup.sh: Add commented example and remove one more entry
Although the epoch is 20250805, the push for that wasn't until 20250814, so we can remove the 20250813 entry for tcopy, per jrtc27. Also, include an example of changing a shell script to a binary, since that's deceptively tricky, though the code looks simple, per emaste. There should be no functional changes here. Sponsored by: Netflix
-rwxr-xr-xtools/build/depend-cleanup.sh14
1 files changed, 11 insertions, 3 deletions
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index 88b9c3b2e17d..f5d2fdac9dfd 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -260,11 +260,19 @@ check_epoch
# Date Rev Description
-# latest clean epoch:
+# latest clean epoch (but not pushed until 20250814)
# 20250807 # All OpenSSL-using bits need rebuilt
-# 20250813 4f766afc1ca0 tcopy converted to C++
-clean_dep usr.bin/tcopy tcopy c
+# Examples from the past, not currently active
+#
+#Binary program replaced a shell script
+# 20220524 68fe988a40ca kqueue_test binary replaced shell script
+#if stat "$OBJTOP"/tests/sys/kqueue/libkqueue/*kqtest* \
+# "$OBJTOP"/tests/sys/kqueue/libkqueue/.depend.kqtest* >/dev/null 2>&1; then
+# echo "Removing old kqtest"
+# run rm -fv "$OBJTOP"/tests/sys/kqueue/libkqueue/.depend.* \
+# "$OBJTOP"/tests/sys/kqueue/libkqueue/*
+#fi
# 20250904 aef807876c30 moused binary to directory
if [ -f "$OBJTOP"/usr.sbin/moused/moused ]; then