Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2007 03:57:10 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129409 for review
Message-ID:  <200711230357.lAN3vAiX011173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129409

Change 129409 by jb@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711230357.lAN3vAiX011173>