Whitespace only change in Question 8.5:
- Join broken <command> elements Approved by: gabor (mentor)
This commit is contained in:
parent
68b7ef8cd1
commit
ba3c1bf258
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32159
1 changed files with 6 additions and 9 deletions
|
@ -4685,9 +4685,8 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr</programlisting>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>You are not using the <command>make
|
<para>You are not using the <command>make <maketarget>buildkernel</maketarget></command>
|
||||||
<maketarget>buildkernel</maketarget></command> and <command>make
|
and <command>make <maketarget>installkernel</maketarget></command> targets, and your source tree is
|
||||||
<maketarget>installkernel</maketarget></command> targets, and your source tree is
|
|
||||||
different from the one used to build the currently running
|
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 (e.g., you are compiling 6.3-RELEASE on a 6.0-RELEASE
|
||||||
system). If you are attempting an upgrade, please read the
|
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>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>You are using the <command>make
|
<para>You are using the <command>make <maketarget>buildkernel</maketarget></command>
|
||||||
<maketarget>buildkernel</maketarget></command> and <command>make
|
and <command>make <maketarget>installkernel</maketarget></command> targets, but you failed to assert
|
||||||
<maketarget>installkernel</maketarget></command> targets, but you failed to assert
|
|
||||||
the completion of the <command>make <maketarget>buildworld</maketarget></command>
|
the completion of the <command>make <maketarget>buildworld</maketarget></command>
|
||||||
target. The <command>make <maketarget>buildkernel</maketarget></command> target
|
target. The <command>make <maketarget>buildkernel</maketarget></command> target
|
||||||
relies on files generated by the <command>make
|
relies on files generated by the <command>make <maketarget>buildworld</maketarget></command>
|
||||||
<maketarget>buildworld</maketarget></command> target to complete its job
|
target to complete its job correctly.</para>
|
||||||
correctly.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue