diff options
author | ru <ru@FreeBSD.org> | 2002-05-14 13:59:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-14 13:59:33 +0000 |
commit | 943422f7828bcae7124d5a40c9d8683f1278589f (patch) | |
tree | dc257dd1c5206ebd785c7ee8c0706571311c82ab /share | |
parent | 7d4d97cfb9f1f4afed64f210398472804b4732d8 (diff) | |
download | FreeBSD-src-943422f7828bcae7124d5a40c9d8683f1278589f.zip FreeBSD-src-943422f7828bcae7124d5a40c9d8683f1278589f.tar.gz |
Split release.2 into two stages. release.2 now install the base
dist, while release.3 makes and installs crypto, krb4, and krb5
dists. This makes release.3 restartable (with "make rerelease").
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/release.7 | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 424afad..9011ada 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -94,10 +94,10 @@ the intermediate output of the previous .It Cm floppies Generate a new set of boot floppies. This will call the -.Cm release.4 , -.Cm release.8 , +.Cm release.5 , +.Cm release.9 , and -.Cm release.9 +.Cm release.10 targets to re-generate the floppy images of a previous .Dq Li "make release" . This is most often used to build custom boot floppies. @@ -105,7 +105,7 @@ This is most often used to build custom boot floppies. .Pp Targets called by .Dq Li "make release" : -.Bl -tag -width ".Cm release.9" +.Bl -tag -width ".Cm release.10" .It Cm release.1 Cleans out the .Pa ${CHROOTDIR}/R @@ -115,27 +115,34 @@ to build the directory hierarchy for the system. .It Cm release.2 Installs the system into the distribution directories. .It Cm release.3 +Builds and installs +.Dq crypto , +.Dq krb4 +and +.Dq krb5 +distributions. +.It Cm release.4 .\" XXX: We build more than one kernel. We build a stripped down .\" kernel for the boot media in addition to a full GENERIC kernel. Makes and installs the .Pa GENERIC kernel. -.It Cm release.4 +.It Cm release.5 Uses .Xr crunchgen 1 to build .Dq crunched binaries to live on the installation floppies. -.It Cm release.5 +.It Cm release.6 Builds synthetic distributions, and cleans up the previously built distribution trees. -.It Cm release.6 -Creates tarballs of the assembled distribution trees. .It Cm release.7 -Makes source distributions. +Creates tarballs of the assembled distribution trees. .It Cm release.8 -Creates the boot and MFS root floppies. +Makes source distributions. .It Cm release.9 +Creates the boot and MFS root floppies. +.It Cm release.10 Creates the fixit floppy. .It Cm ftp.1 Sets up a suitable area for FTP installations in |