Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167532194
D14694.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D14694.diff
View Options
Index: head/etc/rc.d/kldxref
===================================================================
--- head/etc/rc.d/kldxref
+++ head/etc/rc.d/kldxref
@@ -24,8 +24,9 @@
fi
IFS=';'
for MODULE_DIR in $MODULE_PATHS; do
- if [ ! -f "$MODULE_DIR/linker.hints" ] ||
- checkyesno kldxref_clobber; then
+ if checkyesno kldxref_clobber ||
+ [ ! -f "$MODULE_DIR/linker.hints" ] &&
+ [ `echo ${MODULE_DIR}/*.ko` != "${MODULE_DIR}/*.ko" ]; then
echo "Building $MODULE_DIR/linker.hints"
kldxref "$MODULE_DIR"
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 1:05 PM (7 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37139597
Default Alt Text
D14694.diff (531 B)
Attached To
Mode
D14694: Silence down /etc/rc.d/kldxref
Attached
Detach File
Event Timeline
Log In to Comment