summaryrefslogtreecommitdiffstats
path: root/share/man/man7/release.7
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.mpp2004-06-211-1/+1
|
* Some mdoc fixes.kensmith2004-05-131-4/+4
| | | | | mdoc help from: ru MFC after: 5 days
* Sorry for doing this backwards, but as with most release related stuffkensmith2004-04-301-0/+16
| | | | | | | | | | | we only pay attention to it during release time and at the moment it's a -stable release in progress. This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of time to follow through with doing this last night. Sorry for the delay. Adding a couple of variables to make tweaking the CD-ROM label and .iso filenames easier.
* - Catch up to new boot floppies targets.jhb2004-01-281-7/+14
| | | | | - Update description of release.4 to mention KERNELS variable. - Update field width for make release targets.
* Note that NO_FLOPPIES is i386-only.obrien2004-01-031-1/+1
|
* Correct the description of what the release.3 stage does nowadays.ru2003-10-061-5/+3
|
* Make LOCAL_PATCHES accept multiple patch files, as its name suggests.ru2003-09-211-1/+1
|
* Moved the WORLDDIR variable description to the Optional Variables section.ru2003-08-041-7/+7
|
* Moved the boot floppy generation code out from release.9 to release.10.ru2003-07-251-4/+4
| | | | | | | | | | | | | | The release.9 target is now responsible only for generation of MFS root file systems, that are built for all architectures, even those that do not provide a floppy installation option. The release.10 target is now responsible for creation of a set of boot, MFS root, and fixit floppies, and the NO_FLOPPIES variable now affects only this target. Also, replaced the FIXIT_TARGET variable with a check of whether the *FIXITSIZE variables are present for a given architecture, similar to how this is done when generating boot floppies. Discussed with: jhb
* Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) thatru2003-07-231-0/+7
| | | | | points to a directory where "make buildworld" was run. Useful for building 5.x snapshots on 4.x.
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.ru2003-05-211-7/+7
| | | | Approved by: re (blanket)
* Make the output more consistent.murray2003-05-051-6/+2
|
* Note that kern.securelevel must be set to '-1' to build a releasemurray2003-04-071-1/+7
| | | | | | | successfully. PR: docs/42339 MFC after: 3 days
* Correctly use .Bd macro.murray2003-04-071-1/+1
|
* Document a workaround for the problem of infrastructure changes in themurray2003-04-071-0/+10
| | | | | | | | doc/ tree that can cause release builds on the security branches to break. PR: docs/35620 MFC after: 3 days
* s/loaded as a module/available as a module/gobrien2003-03-231-1/+1
| | | | Submitted by: ru
* Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don'tobrien2003-03-161-4/+10
| | | | like this. Also make it easier to issue the distfile fetching on command.
* KerberosIV deorbit sequence: We no longer build a krb4 distribution.markm2003-03-081-2/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-4/+4
| | | | Approved by: re
* Document the KERNELS variable.jhb2002-11-181-0/+9
|
* Add EXTLOCALDIR document.nyan2002-11-181-0/+3
|
* Document NOCDROM and NO_FLOPPIES.jhb2002-11-151-0/+4
|
* Minor grammar fix: referenced to -> in reference to.keramida2002-10-221-1/+1
|
* Document DOC_LANG.ru2002-09-261-0/+4
| | | | Reviewed by: murray
* Document DOCRELEASETAG and PORTSRELEASETAG.jhb2002-07-271-0/+16
|
* Document PREFETCHDISTFILES.jhb2002-07-271-1/+9
|
* Document KERNEL_FLAGS and WORLD_FLAGS.jhb2002-07-271-0/+18
|
* - Move BUILDNAME up before CHROOTDIR.jhb2002-07-271-16/+16
| | | | - RELEASETAG is an optional variable, not a required one.
* Split release.2 into two stages. release.2 now install the baseru2002-05-141-10/+17
| | | | | dist, while release.3 makes and installs crypto, krb4, and krb5 dists. This makes release.3 restartable (with "make rerelease").
* Document CVSCMDARGS variable.matusita2002-05-071-0/+16
| | | | | | | Suggested by: murray Reviewed by: ru MFC after: 3 days (if re@ allows)
* Document how to "make release" for a different arch.ru2002-04-301-0/+16
| | | | Obtained from: build(7)
* Add drivers.conf(5) to the SEE ALSO section.murray2002-03-261-0/+1
| | | | MFC after: 1 week
* Fix a typo.ru2002-03-201-1/+1
|
* * Document the 'floppies' target.murray2002-03-171-16/+50
| | | | | | | | | | | * Document the LOCAL_SCRIPT option. * Document the NOPORTREADMES option. * Be more specific in a comment. * Be more specific about the ftp.1 and cdrom.1 targets. * Clarify the usage of the CVSROOT variable. * Clarify the usage of the NODOC variable. Suggested by: matusita
* Even more markup / whitespace fixes:murray2002-03-151-24/+26
| | | | | | | | * Use .Va instead of .Ev * Remove a trailing whitespace at EOL. * Quote some arguments. Submitted by: ru
* Various mdoc fixes.murray2002-03-141-47/+58
| | | | Submitted by: ru
* * Simplify the synopsis.murray2002-03-131-68/+88
| | | | | | | | | | * Remove trailing whitespace at EOL. * Various grammar cleanups. * Note that MAKE_ISOS is disabled by default. * Use more descriptive mdoc markup. * Use proper references for the online FDP documents. Submitted by: dd
* Add a makefile to document the release building process.murray2002-03-131-0/+299
Specifically, this documents the available targets and relevant environment variables for "make release". LOCAL_PATCHES, RELEASEDISTFILES, RELEASENOUPDATE, etc.. are covered. A future commit should add more information about drivers.conf, boot_crunch.conf, and other less well-known aspects of the release build. Reviewed and history section added by: phk
OpenPOWER on IntegriCloud