PERFORCE change 134947 for review

John Birrell jb at FreeBSD.org
Wed Feb 6 17:59:51 PST 2008


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

Change 134947 by jb at jb_freebsd1 on 2008/02/07 01:58:49

	Add -DNO_CTF to a couple of kernel build tools makes.

Affected files ...

.. //depot/projects/dtrace/src/Makefile.inc1#39 edit

Differences ...

==== //depot/projects/dtrace/src/Makefile.inc1#39 (text+ko) ====

@@ -756,13 +756,14 @@
 	@echo "--------------------------------------------------------------"
 	cd ${KRNLOBJDIR}/${_kernel}; \
 	    MAKESRCPATH=${KERNSRCDIR}/dev/aic7xxx/aicasm \
-	    ${MAKE} -DNO_CPU_CFLAGS -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
+	    ${MAKE} -DNO_CPU_CFLAGS -DNO_CTF \
+	    -f ${KERNSRCDIR}/dev/aic7xxx/aicasm/Makefile
 # XXX - Gratuitously builds aicasm in the ``makeoptions NO_MODULES'' case.
 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists(${KERNSRCDIR}/modules)
 .for target in obj depend all
 	cd ${KERNSRCDIR}/modules/aic7xxx/aicasm; \
 	    MAKEOBJDIRPREFIX=${KRNLOBJDIR}/${_kernel}/modules \
-	    ${MAKE} -DNO_CPU_CFLAGS ${target}
+	    ${MAKE} -DNO_CPU_CFLAGS -DNO_CTF ${target}
 .endfor
 .endif
 .if !defined(NO_KERNELDEPEND)


More information about the p4-projects mailing list