Whitespace only change in Question 8.5:

- Join broken <command> elements

Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-05 17:55:38 +00:00
parent 68b7ef8cd1
commit ba3c1bf258
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32159

View file

@ -4685,9 +4685,8 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
<itemizedlist>
<listitem>
<para>You are not using the <command>make
<maketarget>buildkernel</maketarget></command> and <command>make
<maketarget>installkernel</maketarget></command> targets, and your source tree is
<para>You are not using the <command>make <maketarget>buildkernel</maketarget></command>
and <command>make <maketarget>installkernel</maketarget></command> targets, and your source tree is
different from the one used to build the currently running
system (e.g., you are compiling 6.3-RELEASE on a 6.0-RELEASE
system). If you are attempting an upgrade, please read the
@ -4697,14 +4696,12 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
</listitem>
<listitem>
<para>You are using the <command>make
<maketarget>buildkernel</maketarget></command> and <command>make
<maketarget>installkernel</maketarget></command> targets, but you failed to assert
<para>You are using the <command>make <maketarget>buildkernel</maketarget></command>
and <command>make <maketarget>installkernel</maketarget></command> targets, but you failed to assert
the completion of the <command>make <maketarget>buildworld</maketarget></command>
target. The <command>make <maketarget>buildkernel</maketarget></command> target
relies on files generated by the <command>make
<maketarget>buildworld</maketarget></command> target to complete its job
correctly.</para>
relies on files generated by the <command>make <maketarget>buildworld</maketarget></command>
target to complete its job correctly.</para>
</listitem>
<listitem>