From 070ee439e817f07a73ec480748fe924ba728fb01 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 15 Mar 1998 15:10:21 +0000 Subject: [PATCH] Add a new (small) section to the handbook, which links to my 'make world' tutorial. Update various places in the handbook that say 'make world' to link to this new section. PR: docs/5853 Reviewed by: jkh (sort of) --- handbook/Makefile | 4 ++-- handbook/current.sgml | 10 +++++----- handbook/handbook.sgml | 3 ++- handbook/hw.sgml | 12 ++++++------ handbook/makeworld.sgml | 26 ++++++++++++++++++++++++++ handbook/sections.sgml | 3 ++- handbook/stable.sgml | 14 +++++++------- 7 files changed, 50 insertions(+), 22 deletions(-) create mode 100644 handbook/makeworld.sgml diff --git a/handbook/Makefile b/handbook/Makefile index 64f57df3d7..49665c5440 100644 --- a/handbook/Makefile +++ b/handbook/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.29 1998-02-19 06:45:26 asami Exp $ +# $Id: Makefile,v 1.30 1998-03-15 15:10:01 nik Exp $ SGMLOPTS=-links SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml @@ -8,7 +8,7 @@ SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml SRCS+= firewalls.sgml german.sgml glossary.sgml goals.sgml SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml kernelopts.sgml -SRCS+= lists.sgml mail.sgml memoryuse.sgml +SRCS+= lists.sgml mail.sgml makeworld.sgml memoryuse.sgml SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml SRCS+= quotas.sgml relnotes.sgml routing.sgml russian.sgml diff --git a/handbook/current.sgml b/handbook/current.sgml index a832e198c9..4fbcfae241 100644 --- a/handbook/current.sgml +++ b/handbook/current.sgml @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ THE FREEBSD CURRENT POLICY -Last updated: $Date: 1997-09-02 08:22:31 $ +Last updated: $Date: 1998-03-15 15:10:05 $ This document attempts to explain the rationale behind FreeBSD-current, what you should expect should you decide to run it, @@ -143,9 +143,9 @@ subscribe cvs-all guaranteed to get you into trouble. Before compiling current, read the Makefile in /usr/src - carefully. You should at least run a `make world' the first time - through as part of the upgrading process. - Reading the &a.current will keep you up-to-date on other + carefully. You should at least run a `' the first time through as part of the upgrading + process. Reading the &a.current will keep you up-to-date on other bootstrapping procedures that sometimes become necessary as we move towards the next release. diff --git a/handbook/handbook.sgml b/handbook/handbook.sgml index e0344a9989..45cf460ae6 100644 --- a/handbook/handbook.sgml +++ b/handbook/handbook.sgml @@ -1,4 +1,4 @@ - + or one of the numerous ¤t; &stable; &synching; + &makeworld; &submitters; diff --git a/handbook/hw.sgml b/handbook/hw.sgml index d9dd4397f3..e5112c2cc7 100644 --- a/handbook/hw.sgml +++ b/handbook/hw.sgml @@ -1,4 +1,4 @@ - + + + +Using make world to rebuild your system + +

Contributed by &a.nik;. + + + +

Once you have synchronised your local source tree against a particular + version of FreeBSD (stable, current and so on) you + must then use the source tree to rebuild the system.

+ +

Currently, the best source of information on how to do that is a + tutorial available from .

+ +

A successor to this tutorial will be integrated into the handbook.

diff --git a/handbook/sections.sgml b/handbook/sections.sgml index 0bbf888961..8033f8bab8 100644 --- a/handbook/sections.sgml +++ b/handbook/sections.sgml @@ -1,4 +1,4 @@ - + @@ -35,6 +35,7 @@ + diff --git a/handbook/stable.sgml b/handbook/stable.sgml index 09fe68c103..d08d0cb6fb 100644 --- a/handbook/stable.sgml +++ b/handbook/stable.sgml @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ THE FREEBSD STABLE POLICY -Last updated: $Date: 1997-10-21 16:14:26 $ +Last updated: $Date: 1998-03-15 15:10:21 $ This document attempts to explain the rationale behind FreeBSD-stable, what you should expect should you decide to run it, @@ -100,9 +100,9 @@ next section). Otherwise, use CTM. Before compiling stable, read the Makefile in /usr/src - carefully. You should at least run a `make world' the first time - through as part of the upgrading process. - Reading the &a.stable will keep you up-to-date on other bootstrapping - procedures that sometimes become necessary as we move towards the next - release. + carefully. You should at least run a `' the first time through as part of the upgrading + process. Reading the &a.stable will keep you up-to-date on other + bootstrapping procedures that sometimes become necessary as we move + towards the next release.