1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix a documentation bug: "make release" uses "make buildworld"

not "make world", as the first step of building the release.
While here, remove another mention of "make world", as the
latter is no longer supported by src/Makefile.
This commit is contained in:
Ruslan Ermilov 2004-08-09 13:22:44 +00:00
parent a489e087ef
commit 47280c4b25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133379

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 6, 2004
.Dd August 9, 2004
.Dt RELEASE 7
.Os
.Sh NAME
@ -48,8 +48,7 @@ This command is aptly named
Before attempting to build a release, the user is expected to be
familiar with the contents of
.Xr build 7 ,
and should have experience upgrading systems from source with
.Dq Li "make world" .
and should have experience upgrading systems from source.
The release build process requires that
.Pa /usr/obj
be populated with the output of
@ -82,7 +81,7 @@ to install a clean system into a
environment on the file system.
Checks out the specified version of the source code and then rebuilds
the entire system in the clean environment with
.Dq Li "make world" .
.Dq Li "make buildworld" .
The detailed steps that follow are then executed to package up the
different distributions, build the installation floppy disks, build
release documentation, and so on.