PERFORCE change 96878 for review

John Birrell jb at FreeBSD.org
Tue May 9 20:56:42 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96878

Change 96878 by jb at jb_freebsd2 on 2006/05/09 20:56:09

	Don't build the cyclic subsystem in with the KDTRACE. Do it as a
	module because it's supposed to be optional and it's easier to
	load it as a module.

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/files#11 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/files#11 (text+ko) ====

@@ -98,7 +98,9 @@
 	compile-with "${NORMAL_C} -D_SOLARIS_C_SOURCE -I$S/contrib/opensolaris/compat"
 cddl/dev/fasttrap/fasttrap.c	optional dtrace | fasttrap \
 	compile-with "${NORMAL_C} -D_SOLARIS_C_SOURCE -I$S/contrib/opensolaris/compat"
-cddl/kern/cyclic.c		optional cyclic | kdtrace \
+cddl/kern/cyclic.c		optional cyclic \
+	compile-with "${NORMAL_C} -D_SOLARIS_C_SOURCE -I$S/contrib/opensolaris/compat"
+cddl/kern/kern_cyclic.c		optional cyclic \
 	compile-with "${NORMAL_C} -D_SOLARIS_C_SOURCE -I$S/contrib/opensolaris/compat"
 cddl/kern/kmem.c		optional cyclic | kdtrace \
 	compile-with "${NORMAL_C} -D_SOLARIS_C_SOURCE -I$S/contrib/opensolaris/compat"


More information about the p4-projects mailing list