Clean up previous changes, and remove the last references to
releases that are years old. Note that the cvs log for revision 1.66 should have said moving away from this old information, not to it. Approved by: murray
This commit is contained in:
parent
a0dc93d3a5
commit
782bd4543d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9416
2 changed files with 34 additions and 48 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.66 2001/05/01 08:04:52 eric Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.67 2001/05/01 10:40:37 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -1327,8 +1327,8 @@ Building everything..
|
|||
<para>This is a fairly easy task, and can save hours of compile
|
||||
time for many machines. Simply run the buildworld on a central
|
||||
machine, and then NFS mount <filename>/usr/src</filename> and
|
||||
<filename>/usr/obj</filename> on the remote machine and install
|
||||
it there.</para>
|
||||
<filename>/usr/obj</filename> on the remote machine and
|
||||
installworld there.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
@ -1349,7 +1349,7 @@ Building everything..
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Better still, put these filesystems across separate
|
||||
<para>Better still, put these filesystems across multiple
|
||||
disks using the <quote>ccd</quote> (concatenated disk
|
||||
driver) device.</para>
|
||||
</listitem>
|
||||
|
@ -1372,24 +1372,17 @@ Building everything..
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Pass the <option>-j<n></option> option to make (if
|
||||
you are running a sufficiently recent version of FreeBSD) to
|
||||
run multiple processes in parallel. This helps regardless
|
||||
of whether you have a single or a multi processor
|
||||
<para>Pass the <option>-j<n></option> option to make to
|
||||
run multiple processes in parallel. This usually helps
|
||||
regardless of whether you have a single or a multi processor
|
||||
machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>The filesystem holding
|
||||
<filename>/usr/src</filename> can be mounted (or remounted)
|
||||
with the <quote>noatime</quote> option. This stops the time
|
||||
files in the filesystem were last accessed from being
|
||||
written to the disk. You probably do not need this
|
||||
information anyway.
|
||||
|
||||
<note>
|
||||
<para><quote>noatime</quote> is in version 2.2.0 and
|
||||
above.</para>
|
||||
</note>
|
||||
with the <quote>noatime</quote> option. This prevents the
|
||||
filesystem from recording the file access time. You probably
|
||||
do not need this information anyway.
|
||||
|
||||
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.66 2001/05/01 08:04:52 eric Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.67 2001/05/01 10:40:37 kuriyama Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -1327,8 +1327,8 @@ Building everything..
|
|||
<para>This is a fairly easy task, and can save hours of compile
|
||||
time for many machines. Simply run the buildworld on a central
|
||||
machine, and then NFS mount <filename>/usr/src</filename> and
|
||||
<filename>/usr/obj</filename> on the remote machine and install
|
||||
it there.</para>
|
||||
<filename>/usr/obj</filename> on the remote machine and
|
||||
installworld there.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
@ -1349,7 +1349,7 @@ Building everything..
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Better still, put these filesystems across separate
|
||||
<para>Better still, put these filesystems across multiple
|
||||
disks using the <quote>ccd</quote> (concatenated disk
|
||||
driver) device.</para>
|
||||
</listitem>
|
||||
|
@ -1372,24 +1372,17 @@ Building everything..
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Pass the <option>-j<n></option> option to make (if
|
||||
you are running a sufficiently recent version of FreeBSD) to
|
||||
run multiple processes in parallel. This helps regardless
|
||||
of whether you have a single or a multi processor
|
||||
<para>Pass the <option>-j<n></option> option to make to
|
||||
run multiple processes in parallel. This usually helps
|
||||
regardless of whether you have a single or a multi processor
|
||||
machine.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>The filesystem holding
|
||||
<filename>/usr/src</filename> can be mounted (or remounted)
|
||||
with the <quote>noatime</quote> option. This stops the time
|
||||
files in the filesystem were last accessed from being
|
||||
written to the disk. You probably do not need this
|
||||
information anyway.
|
||||
|
||||
<note>
|
||||
<para><quote>noatime</quote> is in version 2.2.0 and
|
||||
above.</para>
|
||||
</note>
|
||||
with the <quote>noatime</quote> option. This prevents the
|
||||
filesystem from recording the file access time. You probably
|
||||
do not need this information anyway.
|
||||
|
||||
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue