Date: Wed, 10 Oct 2012 16:07:23 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241396 - head/share/man/man7 Message-ID: <201210101607.q9AG7N0Q059228@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Wed Oct 10 16:07:23 2012 New Revision: 241396 URL: http://svn.freebsd.org/changeset/base/241396 Log: WITH_CTF is now a "normal" build option (WITHOUT_CTF is supported and MK_CTF is used internally). Reviewed by: fjoe Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7 ============================================================================== --- head/share/man/man7/build.7 Wed Oct 10 14:47:46 2012 (r241395) +++ head/share/man/man7/build.7 Wed Oct 10 16:07:23 2012 (r241396) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 2, 2012 +.Dd October 10, 2012 .Dt BUILD 7 .Os .Sh NAME @@ -382,12 +382,6 @@ even if the makefile says otherwise. .It Va WITH_CTF If defined, the build process will run the DTrace CTF conversion tools on built objects. -Please note that this WITH_ option is handled differently than all -other WITH_ options (there is no -.Va WITHOUT_CTF , -or corresponding -.Va MK_CTF -in the build system). .El .Pp Additionally, builds in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101607.q9AG7N0Q059228>