- Add a note saying that rebuilding the kernel with WITH_CTF is not required
any more on 10.0 (and later). Reported by: rwatson
This commit is contained in:
parent
25cb6d36b2
commit
621a546772
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42607
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue