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
This commit is contained in:
Warner Losh 2023-11-02 12:06:19 -06:00
parent 185aa8c9c3
commit 2d8fabef75

View file

@ -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