WITH_CTF on world could leave a broken system. Comment that part out and

leave a note about why.

Reported by:	thompsa
This commit is contained in:
Tom Rhodes 2008-10-19 17:04:21 +00:00
parent 6203f150f0
commit 6231420fc2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33086

View file

@ -174,11 +174,17 @@ options DDB_CTF</programlisting>
<para>All sources must be rebuilt and installed with <acronym>CTF</acronym> options.
To accomplish this task, rebuild the &os; sources using:</para>
<!-- XXXTR: WITH_CFT has been reported to leave a user with a
broken system when used with buildworld. Until this is
fixed, comment out those parts. When uncommenting, kill
the extra screen.
-->
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
&prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput>
&prompt.root; <userinput>make WITH_CFT=1 kernel</userinput>
&prompt.root; <userinput>make WITH_CFT=1 installworld</userinput>
&prompt.root; <userinput>mergemaster -Ui</userinput></screen>
<!-- &prompt.root; <userinput>make WITH_CTF=1 buildworld</userinput> -->
&prompt.root; <userinput>make WITH_CFT=1 kernel</userinput></screen>
<!-- &prompt.root; <userinput>make WITH_CFT=1 installworld</userinput>
&prompt.root; <userinput>mergemaster -Ui</userinput></screen> -->
<para>The system will need to be restarted.</para>