Date: Fri, 10 Sep 2010 16:19:58 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212422 - head/share/mk Message-ID: <201009101619.o8AGJwCP062463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpaulo Date: Fri Sep 10 16:19:58 2010 New Revision: 212422 URL: http://svn.freebsd.org/changeset/base/212422 Log: Add the DTRACE variable that points to the executable. Sponsored by: The FreeBSD Foundation Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk ============================================================================== --- head/share/mk/sys.mk Fri Sep 10 15:33:26 2010 (r212421) +++ head/share/mk/sys.mk Fri Sep 10 16:19:58 2010 (r212422) @@ -69,6 +69,7 @@ CTFFLAGS ?= -L VERSION CTFCONVERT ?= ctfconvert CTFMERGE ?= ctfmerge +DTRACE ?= dtrace .if defined(CFLAGS) && (${CFLAGS:M-g} != "") CTFFLAGS += -g .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009101619.o8AGJwCP062463>