|
Lines 870-876
Link Here
|
| 870 |
|
870 |
|
| 871 |
<screen>&prompt.root; <userinput>make <replaceable>target</replaceable></userinput></screen> |
871 |
<screen>&prompt.root; <userinput>make <replaceable>target</replaceable></userinput></screen> |
| 872 |
|
872 |
|
| 873 |
<para>Beginning with version 2.2.5 of &os; (actually, it was |
873 |
<para id="make-buildworld">Beginning with version 2.2.5 of &os; |
|
|
874 |
(actually, it was |
| 874 |
first created on the &os.current; branch, and then retrofitted to |
875 |
first created on the &os.current; branch, and then retrofitted to |
| 875 |
&os.stable; midway between 2.2.2 and 2.2.5) the |
876 |
&os.stable; midway between 2.2.2 and 2.2.5) the |
| 876 |
<maketarget>world</maketarget> target has been split in |
877 |
<maketarget>world</maketarget> target has been split in |
|
Lines 971-977
Link Here
|
| 971 |
|
972 |
|
| 972 |
<para>If you are upgrading to &os; 4.0 or above then the standard |
973 |
<para>If you are upgrading to &os; 4.0 or above then the standard |
| 973 |
kernel build procedure (as described in <xref linkend="kernelconfig">) |
974 |
kernel build procedure (as described in <xref linkend="kernelconfig">) |
| 974 |
is deprecated. Instead, you should run these commands.</para> |
975 |
is deprecated. Instead, you should run these commands |
|
|
976 |
<emphasis>after</emphasis> you have <link |
| 977 |
linkend="make-buildworld">built the world with |
| 978 |
<maketarget>buildworld</maketarget></link>.</para> |
| 975 |
|
979 |
|
| 976 |
<screen>&prompt.root; <userinput>cd /usr/src</userinput> |
980 |
<screen>&prompt.root; <userinput>cd /usr/src</userinput> |
| 977 |
&prompt.root; <userinput>make buildkernel</userinput> |
981 |
&prompt.root; <userinput>make buildkernel</userinput> |