Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115677405
D44826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
526 B
Referenced Files
None
Subscribers
None
D44826.diff
View Options
diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -228,3 +228,10 @@
clean_dep lib/libsys syscall S
clean_dep lib/libc syscall S
fi
+
+# 20240416 2fda3ab0ac19 WITH_NVME: Remove from broken
+if [ -f "$OBJTOP"/rescue/rescue/rescue.mk ] && \
+ grep -q -v 'nvme_util.o' "$OBJTOP"/rescue/rescue/rescue.mk; then
+ echo "removing rescue.mk without nvme_util.o"; then
+ rm -f "$OBJTOP"/rescue/rescue/rescue.mk
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 28, 12:07 AM (12 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17806114
Default Alt Text
D44826.diff (526 B)
Attached To
Mode
D44826: Fix build with WITH_NVME newly enabled
Attached
Detach File
Event Timeline
Log In to Comment