PERFORCE change 129409 for review

John Birrell jb at FreeBSD.org
Thu Nov 22 19:57:11 PST 2007


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

Change 129409 by jb at jb_freebsd1 on 2007/11/23 03:57:08

	I must not whack my own changes.
	I must not whack my own changes.
	I must not whack my own changes.
	I must not whack my own changes.
	I must not whack my own changes.
	I must not whack my own changes.

Affected files ...

.. //depot/projects/dtrace/src/share/mk/sys.mk#15 edit

Differences ...

==== //depot/projects/dtrace/src/share/mk/sys.mk#15 (text+ko) ====

@@ -45,6 +45,19 @@
 .endif
 .endif
 
+# C Type Format data is required for DTrace
+CTFFLAGS	?=	-L VERSION
+
+.if !defined(NO_CTF)
+CTFCONVERT	?=	ctfconvert
+CTFMERGE	?=	ctfmerge
+.if defined(DEBUG_FLAGS)
+CTFFLAGS	+=	-g
+.else
+DEBUG_FLAGS	=	-g
+.endif
+.endif
+
 CXX		?=	c++
 CXXFLAGS	?=	${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
 


More information about the p4-projects mailing list