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:
Eric Melville 2001-05-12 03:20:47 +00:00
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

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <chapter id="cutting-edge">
@ -1327,8 +1327,8 @@ Building everything..
<para>This is a fairly easy task, and can save hours of compile <para>This is a fairly easy task, and can save hours of compile
time for many machines. Simply run the buildworld on a central time for many machines. Simply run the buildworld on a central
machine, and then NFS mount <filename>/usr/src</filename> and machine, and then NFS mount <filename>/usr/src</filename> and
<filename>/usr/obj</filename> on the remote machine and install <filename>/usr/obj</filename> on the remote machine and
it there.</para> installworld there.</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -1349,7 +1349,7 @@ Building everything..
</listitem> </listitem>
<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 disks using the <quote>ccd</quote> (concatenated disk
driver) device.</para> driver) device.</para>
</listitem> </listitem>
@ -1372,24 +1372,17 @@ Building everything..
</listitem> </listitem>
<listitem> <listitem>
<para>Pass the <option>-j&lt;n&gt;</option> option to make (if <para>Pass the <option>-j&lt;n&gt;</option> option to make to
you are running a sufficiently recent version of FreeBSD) to run multiple processes in parallel. This usually helps
run multiple processes in parallel. This helps regardless regardless of whether you have a single or a multi processor
of whether you have a single or a multi processor
machine.</para> machine.</para>
</listitem> </listitem>
<listitem><para>The filesystem holding <listitem><para>The filesystem holding
<filename>/usr/src</filename> can be mounted (or remounted) <filename>/usr/src</filename> can be mounted (or remounted)
with the <quote>noatime</quote> option. This stops the time with the <quote>noatime</quote> option. This prevents the
files in the filesystem were last accessed from being filesystem from recording the file access time. You probably
written to the disk. You probably do not need this do not need this information anyway.
information anyway.
<note>
<para><quote>noatime</quote> is in version 2.2.0 and
above.</para>
</note>
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen> <screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project 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"> <chapter id="cutting-edge">
@ -1327,8 +1327,8 @@ Building everything..
<para>This is a fairly easy task, and can save hours of compile <para>This is a fairly easy task, and can save hours of compile
time for many machines. Simply run the buildworld on a central time for many machines. Simply run the buildworld on a central
machine, and then NFS mount <filename>/usr/src</filename> and machine, and then NFS mount <filename>/usr/src</filename> and
<filename>/usr/obj</filename> on the remote machine and install <filename>/usr/obj</filename> on the remote machine and
it there.</para> installworld there.</para>
</answer> </answer>
</qandaentry> </qandaentry>
@ -1349,7 +1349,7 @@ Building everything..
</listitem> </listitem>
<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 disks using the <quote>ccd</quote> (concatenated disk
driver) device.</para> driver) device.</para>
</listitem> </listitem>
@ -1372,24 +1372,17 @@ Building everything..
</listitem> </listitem>
<listitem> <listitem>
<para>Pass the <option>-j&lt;n&gt;</option> option to make (if <para>Pass the <option>-j&lt;n&gt;</option> option to make to
you are running a sufficiently recent version of FreeBSD) to run multiple processes in parallel. This usually helps
run multiple processes in parallel. This helps regardless regardless of whether you have a single or a multi processor
of whether you have a single or a multi processor
machine.</para> machine.</para>
</listitem> </listitem>
<listitem><para>The filesystem holding <listitem><para>The filesystem holding
<filename>/usr/src</filename> can be mounted (or remounted) <filename>/usr/src</filename> can be mounted (or remounted)
with the <quote>noatime</quote> option. This stops the time with the <quote>noatime</quote> option. This prevents the
files in the filesystem were last accessed from being filesystem from recording the file access time. You probably
written to the disk. You probably do not need this do not need this information anyway.
information anyway.
<note>
<para><quote>noatime</quote> is in version 2.2.0 and
above.</para>
</note>
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen> <screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>