summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-13 12:59:46 +0000
committerru <ru@FreeBSD.org>2004-08-13 12:59:46 +0000
commit3eb59f1ca100fef091c28ee68b333535c322c628 (patch)
treed1cc63a8f846e09df7aac43cc3031d675ff4fb3e /share/man/man7
parent7cdae66efa4dcf9ab8f50f7d58bcec0e84ea50e6 (diff)
downloadFreeBSD-src-3eb59f1ca100fef091c28ee68b333535c322c628.zip
FreeBSD-src-3eb59f1ca100fef091c28ee68b333535c322c628.tar.gz
Replaced a way outdated and unsafe sequence of upgrading the system
from sources with the link to the relevant section in src/UPDATING.
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/build.747
1 files changed, 7 insertions, 40 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index f256411..0526214 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 9, 2004
+.Dd August 13, 2004
.Dt BUILD 7
.Os
.Sh NAME
@@ -131,46 +131,13 @@ installed.
.It Pa /usr/src/Makefile.inc1
.El
.Sh EXAMPLES
-The
+For an
.Dq approved
-method of updating your system from the latest sources is:
-.Bd -literal -offset indent
-make buildworld
-make buildkernel KERNCONF=FOO
-make installkernel KERNCONF=FOO
-<Reboot the new kernel in single user mode>
-make installworld
-mergemaster
-.Ed
-.Pp
-.Dq Li FOO
-must be replaced with the name of the kernel configuration file from which
-the kernel should be built.
-Alternatively, the
-.Va KERNCONF
-variable in
-.Pa /etc/make.conf
-can be set to the name of the kernel to build;
-in this case the
-.Va KERNCONF Ns = Ns Li FOO
-part of the
-.Cm buildkernel
-and
-.Cm installkernel
-commands can be omitted.
-.Pp
-After running these commands a system reboot is required,
-otherwise many programs which have been rebuilt
-(such as
-.Xr ps 1 ,
-.Xr top 1 ,
-etc.\&)
-may not work with the old kernel which is still running.
-While not strictly necessary much of the time for upgrades from very
-recent sources, the reboot into single user mode is critically
-important for upgrading from older kernels, or when you know
-.Dq weird things
-have happened with the kernel.
+method of updating your system from the latest sources,
+please see the
+.Sx COMMON ITEMS
+section in
+.Pa src/UPDATING .
.Pp
The following sequence of commands can be used to cross-build the
system for the Alpha architecture on an i386 host:
OpenPOWER on IntegriCloud