- fix markups for make(1)
PR: docs/124136 Submitted by: pgj Approved by: gabor
This commit is contained in:
parent
ae81f68c3d
commit
6b1037215c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32093
1 changed files with 6 additions and 6 deletions
|
|
@ -2029,8 +2029,8 @@
|
|||
<answer>
|
||||
<para>Because your world and kernel are out of sync. This
|
||||
is not supported. Be sure you use <command>make
|
||||
buildworld</command> and <command>make
|
||||
buildkernel</command> to update your kernel.</para>
|
||||
<maketarget>buildworld</maketarget></command> and <command>make
|
||||
<maketarget>buildkernel</maketarget></command> to update your kernel.</para>
|
||||
|
||||
<para>You can boot by specifying the kernel directly at the
|
||||
second stage, pressing any key when the | shows up before
|
||||
|
|
@ -3029,11 +3029,11 @@ quit</programlisting>
|
|||
that the compiler is carrying out changes each
|
||||
time.</para>
|
||||
|
||||
<para>For example, suppose you are running <quote>make
|
||||
buildworld</quote>, and the compile fails while trying to
|
||||
<para>For example, suppose you are running <command>make
|
||||
<maketarget>buildworld</maketarget></command>, and the compile fails while trying to
|
||||
compile <filename>ls.c</filename> into
|
||||
<filename>ls.o</filename>. If you then run <quote>make
|
||||
buildworld</quote> again, and the compile fails in the same
|
||||
<filename>ls.o</filename>. If you then run <command>make
|
||||
<maketarget>buildworld</maketarget></command> again, and the compile fails in the same
|
||||
place then this is a broken build -- try updating your sources
|
||||
and try again. If the compile fails elsewhere then this is
|
||||
almost certainly hardware.</para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue