PERFORCE change 132557 for review

John Birrell jb at FreeBSD.org
Fri Jan 4 23:42:59 PST 2008


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

Change 132557 by jb at jb_freebsd1 on 2008/01/05 07:42:25

	Add cyclic, opensolaris and dtrace modules to i386 (arch) too.
	
	Add MK_CDDL test for the purests.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/Makefile#35 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/Makefile#35 (text+ko) ====

@@ -383,8 +383,15 @@
 _cp=		cp
 _cpufreq=	cpufreq
 _cs=		cs
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_cyclic=	cyclic
+_cyclic_test=	cyclic_test
+.endif
 _digi=		digi
 _drm=		drm
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_dtrace=	dtrace
+.endif
 _ed=		ed
 _elink=		elink
 _em=		em
@@ -413,6 +420,9 @@
 _nwfs=		nwfs
 .endif
 _oltr=		oltr
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_opensolaris=	opensolaris
+.endif
 _pccard=	pccard
 _pcfclock=	pcfclock
 _pecoff=	pecoff
@@ -508,11 +518,15 @@
 _ciss=		ciss
 _coretemp=	coretemp
 _cpufreq=	cpufreq
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
 _cyclic=	cyclic
 _cyclic_test=	cyclic_test
+.endif
 _digi=		digi
 _drm=		drm
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
 _dtrace=	dtrace
+.endif
 _ed=		ed
 _em=		em
 _exca=		exca
@@ -540,7 +554,9 @@
 _nve=		nve
 _nvram=		nvram
 _nxge=		nxge
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
 _opensolaris=	opensolaris
+.endif
 _pccard=	pccard
 _rr232x=	rr232x
 _safe=		safe


More information about the p4-projects mailing list