On 2011-05-23 14:49, Dimitry Andric wrote:
On 2011-05-23 10:03, O. Hartmann wrote:
...
But make installkernel still fails installing mps.ko.symbols (which is
not found).

Is it only mps.ko that suffers from this problem?  Or are other kernel
modules also resulting in the same message?

Ok, I guess it must be just mps.ko, since its Makefile is different.
Can you please try the attached patch, which hopefully works around the
problem?
Index: sys/modules/mps/Makefile
===================================================================
--- sys/modules/mps/Makefile    (revision 221502)
+++ sys/modules/mps/Makefile    (working copy)
@@ -8,6 +8,6 @@
 SRCS+= device_if.h bus_if.h pci_if.h
 
 #CFLAGS += -DMPS_DEBUG
-DEBUG += -g
+#DEBUG += -g
 
 .include <bsd.kmod.mk>
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to