From 2d8fabef75dbbc08645aaa9ce40df39562d1211e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 2 Nov 2023 12:06:19 -0600 Subject: [PATCH] ino64: Fix incremental builds These files were removed, so we need to fix up depends for WITHOUT_CLEAN builds (the default). Metamode builds aren't affected. Sponsored by: Netflix Feedback from: emaste Tested by: Pierre Pronchery Differential Revision: https://reviews.freebsd.org/D42433 --- tools/build/depend-cleanup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index bed654cfb4bb..4dfe694d5c0a 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -210,3 +210,11 @@ if [ -e "$OBJTOP"/tests/sys/fs/fusefs/mockfs.o ] && \ echo "Removing stale fusefs GoogleTest objects" run rm -rf "$OBJTOP"/tests/sys/fs/fusefs fi + +# 20231031 0527c9bdc718 Remove forward compat ino64 stuff +clean_dep lib/libc fstat c +clean_dep lib/libc fstatat c +clean_dep lib/libc fstatfs c +clean_dep lib/libc getdirentries c +clean_dep lib/libc getfsstat c +clean_dep lib/libc statfs c