Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144342527
D19993.id56440.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1001 B
Referenced Files
None
Subscribers
None
D19993.id56440.diff
View Options
Index: sys/modules/fusefs/Makefile
===================================================================
--- sys/modules/fusefs/Makefile
+++ sys/modules/fusefs/Makefile
@@ -8,6 +8,22 @@
fuse_vfsops.c fuse_vnops.c fuse_internal.c fuse_main.c
# Symlink for backwards compatibility with systems installed at 12.0 or older
+.if ${MACHINE_CPUARCH} != "powerpc"
SYMLINKS= ${KMOD}.ko ${KMODDIR}/fuse.ko
+.else
+# Some PPC systems use msdosfs for /boot, which can't handle links or symlinks
+afterinstall: alias alias_debug
+alias: .PHONY
+ ${INSTALL} -T release -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \
+ ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${KMODDIR}/fuse.ko
+.if defined(DEBUG_FLAGS) && !defined(INSTALL_NODEBUG) && "${MK_KERNEL_SYMBOLS}" != "no"
+alias_debug: .PHONY
+ ${INSTALL} -T debug -o ${KMODOWN} -g ${KMODGRP} -m ${KMODMODE} \
+ ${_INSTALLFLAGS} ${PROG}.debug \
+ ${DESTDIR}${KERN_DEBUGDIR}${KMODDIR}/fuse.ko
+.else
+alias_debug: .PHONY
+.endif
+.endif
.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 11:03 PM (15 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28507747
Default Alt Text
D19993.id56440.diff (1001 B)
Attached To
Mode
D19993: Don't symlink fusefs.ko to fuse.ko on PPC
Attached
Detach File
Event Timeline
Log In to Comment