- maketarget tags should not be used for a command line using make(1)

- s/make world/make buildworld/ as done in Cutting Edge chapter for
  "obvious" reasons.
This commit is contained in:
Marc Fonvieille 2004-11-07 18:39:43 +00:00
parent c943fd9ae9
commit f73ed7c656
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22840

View file

@ -273,7 +273,7 @@
<listitem>
<para>If you are running a &os; version prior to 4.0, and you are
<emphasis>not</emphasis> upgrading to &os;&nbsp;4.0 or higher using
the <maketarget>make world</maketarget> procedure, use procedure 1.
the <command>make buildworld</command> procedure, use procedure 1.
</para>
</listitem>
@ -285,7 +285,7 @@
<listitem>
<para>If you are rebuilding the kernel as part of a
<maketarget>make world</maketarget> process, use procedure 2.
<command>make buildworld</command> process, use procedure 2.
</para>
</listitem>
</itemizedlist>
@ -306,8 +306,8 @@
(you have not run <application>CVSup</application>,
<application>CTM</application>, or used
<application>anoncvs</application>), then it is safe to use the
<command>config</command>, <maketarget>make depend</maketarget>,
<command>make</command>, <maketarget>make install</maketarget> sequence.
<command>config</command>, <command>make depend</command>,
<command>make</command>, <command>make install</command> sequence.
</para>
<procedure>