Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144604465
D26189.1775701180.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
693 B
Referenced Files
None
Subscribers
None
D26189.1775701180.diff
View Options
Index: head/tools/build/depend-cleanup.sh
===================================================================
--- head/tools/build/depend-cleanup.sh
+++ head/tools/build/depend-cleanup.sh
@@ -43,3 +43,11 @@
clean_dep lib/libomp ittnotify_static c
# 20200414 r359930 closefrom
clean_dep lib/libc closefrom S
+
+# 20200826 r364746 OpenZFS merge, apply a big hammer (remove whole tree)
+if [ -e "$OBJTOP"/cddl/lib/libzfs/.depend.libzfs_changelist.o ] && \
+ egrep -qw "cddl/contrib/opensolaris/lib/libzfs/common/libzfs_changelist.c" \
+ "$OBJTOP"/cddl/lib/libzfs/.depend.libzfs_changelist.o; then
+ echo "Removing old ZFS tree"
+ rm -rf "$OBJTOP"/cddl "$OBJTOP"/obj-lib32/cddl
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 2:19 AM (4 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28305645
Default Alt Text
D26189.1775701180.diff (693 B)
Attached To
Mode
D26189: Apply a big hammer for stale pre-OpenZFS files
Attached
Detach File
Event Timeline
Log In to Comment