Make it clear that one should *not* pass the -j option to installworld.
PR: 24887
This commit is contained in:
parent
85da4077cc
commit
43f92849cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9244
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.62 2001/04/12 07:34:04 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.63 2001/04/16 20:47:01 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -921,7 +921,9 @@ Script done, …</screen>
|
|||
<para>If you specified variables on the <command>make
|
||||
buildworld</command> command line, you must specify the same
|
||||
variables in the <command>make installworld</command> command
|
||||
line.</para>
|
||||
line. This does not necessarily hold true for other options;
|
||||
for example, <option>-j</option> must never be used with
|
||||
<maketarget>installworld</maketarget>.</para>
|
||||
|
||||
<para>For example, if you ran:</para>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.62 2001/04/12 07:34:04 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.63 2001/04/16 20:47:01 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -921,7 +921,9 @@ Script done, …</screen>
|
|||
<para>If you specified variables on the <command>make
|
||||
buildworld</command> command line, you must specify the same
|
||||
variables in the <command>make installworld</command> command
|
||||
line.</para>
|
||||
line. This does not necessarily hold true for other options;
|
||||
for example, <option>-j</option> must never be used with
|
||||
<maketarget>installworld</maketarget>.</para>
|
||||
|
||||
<para>For example, if you ran:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue