Date: Tue, 9 May 2006 20:56:40 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96878 for review Message-ID: <200605092056.k49Kuege090280@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96878 Change 96878 by jb@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605092056.k49Kuege090280>