PERFORCE change 144684 for review

John Birrell jb at FreeBSD.org
Sat Jul 5 06:05:58 UTC 2008


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

Change 144684 by jb at freebsd3 on 2008/07/05 06:05:49

	Run ctfconvert on the generated objects too. This allows DTrace
	scripts to see variables like 'ostype';

Affected files ...

.. //depot/projects/dtrace/src/sys/conf/kern.post.mk#14 edit

Differences ...

==== //depot/projects/dtrace/src/sys/conf/kern.post.mk#14 (text+ko) ====

@@ -236,6 +236,9 @@
 
 config.o env.o hints.o vers.o vnode_if.o:
 	${NORMAL_C}
+.if defined(CTFCONVERT)
+	${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
+.endif
 
 config.ln env.ln hints.ln vers.ln vnode_if.ln:
 	${NORMAL_LINT}


More information about the p4-projects mailing list