Update to r42607:
Add a note that WITH_CTF is no longer required for FreeBSD 10.0. Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
cc4c07ba24
commit
db3496557e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46759
1 changed files with 12 additions and 3 deletions
|
@ -10,7 +10,7 @@ that might make this chapter too large.
|
|||
The FreeBSD Documentation Project
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/dtrace/chapter.xml,v 1.4 2009/08/22 18:54:15 bcr Exp $
|
||||
basiert auf: r40876
|
||||
basiert auf: r42607
|
||||
-->
|
||||
<!-- XXXTR: Should probably put links and resources here. I'm
|
||||
nervous about this chapter as it may require a partial
|
||||
|
@ -212,8 +212,17 @@ options DDB_CTF</programlisting>
|
|||
</note>
|
||||
|
||||
<para>Der gesamte Quellcode muss neu gebaut und mit der
|
||||
<acronym>CTF</acronym>-Option installiert werden. Um das zu
|
||||
erreichen, bauen Sie &os; aus dem Quellcode mittels:</para>
|
||||
<acronym>CTF</acronym>-Option installiert werden.</para>
|
||||
|
||||
<note>
|
||||
<para>Beginnend mit 10.0 werden die folgenden Schritte nicht
|
||||
mehr benötigt, da die <literal>WITH_CTF</literal>-Option in
|
||||
der <filename>GENERIC</filename>-Kernelkonfiguration
|
||||
enthalten ist.</para>
|
||||
</note>
|
||||
|
||||
<para>Um das zu erreichen, bauen Sie &os; aus dem Quellcode
|
||||
mittels:</para>
|
||||
|
||||
<!-- XXXTR: WITH_CTF has been reported to leave a user with a
|
||||
broken system when used with buildworld. Until this is
|
||||
|
|
Loading…
Reference in a new issue