Date: Sun, 1 Sep 2013 22:36:52 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42607 - head/en_US.ISO8859-1/books/handbook/dtrace Message-ID: <201309012236.r81MaqOn038723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Sun Sep 1 22:36:52 2013 New Revision: 42607 URL: http://svnweb.freebsd.org/changeset/doc/42607 Log: - Add a note saying that rebuilding the kernel with WITH_CTF is not required any more on 10.0 (and later). Reported by: rwatson Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sat Aug 31 04:56:01 2013 (r42606) +++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml Sun Sep 1 22:36:52 2013 (r42607) @@ -176,8 +176,15 @@ options DDB_CTF</programlisting> </note> <para>All sources must be rebuilt and installed with - <acronym>CTF</acronym> options. - To accomplish this task, rebuild the &os; sources using:</para> + <acronym>CTF</acronym> options.</para> + + <note> + <para>Starting from 10.0, the following steps are not needed any + more as the <literal>WITH_CTF</literal> option is included in + the <filename>GENERIC</filename> kernel configuration.</para> + </note> + + <para>To accomplish this task, rebuild the &os; sources using:</para> <!-- XXXTR: WITH_CTF has been reported to leave a user with a broken system when used with buildworld. Until this is
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012236.r81MaqOn038723>