mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
depend-cleanup.sh: Add a rule to work around abd_os.c dependency changes
Fixes incremental buildworld after the latest OpenZFS import.
Fixes: e2df9bb441 ("zfs: merge openzfs/zfs@b10992582")
Sponsored by: Klara, Inc.
This commit is contained in:
parent
9569fddd8d
commit
fd3d3240b0
1 changed files with 3 additions and 0 deletions
|
|
@ -182,3 +182,6 @@ if [ -f "$OBJTOP"/rescue/rescue/rescue.mk ] && \
|
|||
echo "removing rescue.mk without nvme_util.o"
|
||||
rm -f "$OBJTOP"/rescue/rescue/rescue.mk
|
||||
fi
|
||||
|
||||
# 20240910 e2df9bb44109
|
||||
clean_dep cddl/lib/libzpool abd_os c
|
||||
|
|
|
|||
Loading…
Reference in a new issue