git: 2d8fabef75db - main - ino64: Fix incremental builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 18:09:23 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=2d8fabef75dbbc08645aaa9ce40df39562d1211e commit 2d8fabef75dbbc08645aaa9ce40df39562d1211e Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-11-02 18:06:19 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-11-02 18:07:59 +0000 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