summaryrefslogtreecommitdiffstats
path: root/share/man/man7/release.7
Commit message (Collapse)AuthorAgeFilesLines
* Enforce RELEASENOUPDATE if EXTSRCDIR is used.ru2006-11-111-2/+2
| | | | Suggested by: jb
* The BUILDNAME variable need not be specified.ru2006-08-141-10/+13
|
* Add EXTDOCDIR and EXTPORTSDIR.nyan2006-01-021-0/+12
| | | | MFC after: 1 week
* Replace "/etc/make.conf" with references to make.conf(5)yar2005-10-101-1/+0
| | | | | | | | | where applicable. The main reason for this change is that the location of make.conf is not constant and can be modified via __MAKE_CONF. This change also improves hyper-text linkage in our manpages. MFC after: 2 weeks
* Assorted markup fixes and minor wordsmithing.ru2005-06-151-4/+4
| | | | Approved by: re
* Correct script path.jcamou2005-05-171-1/+1
| | | | | | | PR: docs/80948 Submitted by: anonymous coward Approved by: trhodes (mentor) MFC after: 2 days
* Document SEPARATE_LIVEFS (forgot this in previous commit).jhb2005-03-231-0/+3
|
* - Document the top-level package-split target.jhb2005-03-231-31/+36
| | | | | | | | | | | - Update the description of the cdrom.1 target and add notes for cdrom.2 and cdrom.3. - Document CD_PACKAGES_TREE (CD_EXTRA_BITS wasn't documented before). - Document CVSARGS. - Remove DISC[12]_{LABEL,NAME}. - Remove NOPORTREADMES. - Remove references to drivers.conf files and man page. - Update version number for a CURRENT snapshot to 6.0.
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Typo fix: s/ROOR/ROOT/;matusita2004-12-161-1/+1
| | | | | PR: docs/75139 Submitted by: Richard Smith
* There can be up to three bootable ISO images (bootonly, miniinst,ru2004-09-061-2/+2
| | | | | | | and disc1). The exact number depends on a couple of parameters, so don't give a specific number here. Pointed by: wilko
* Bring back 'NO_FLOPPIES', but as a user external knob.obrien2004-08-161-3/+3
| | | | | | The internal logic knob remains MAKE_FLOPPIES. Suggested by: ru
* Accept the fact that floppies either aren't applicable or relevant on mostobrien2004-08-161-2/+3
| | | | platforms. So follow 'MAKE_ISOS''s style and s/NO_FLOPPIES/MAKE_FLOPPIES/g.
* Describe better what the initial /usr/obj is expected to be populated with.ru2004-08-101-2/+4
| | | | Prodded by: grehan
* Fix a documentation bug: "make release" uses "make buildworld"ru2004-08-091-4/+3
| | | | | | 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.
* Bump the document date.ru2004-08-061-1/+1
|
* Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-061-11/+7
| | | | | | | target no longer exists. Renumber the old release.[4-9] targets to release.[3-8]. Reminded by: ru
* Increase the suggested minimum free space for release-building. Itcperciva2004-08-051-1/+1
| | | | needed slightly over 3GB when I built one yesterday.
* Improve the wording of the last commit, and update the document date. (1)murray2004-08-021-9/+12
| | | | | | While here, update an example. (1) Submitted by: ru
* Document EXTSRCDIR.murray2004-08-011-0/+4
| | | | Submitted by: Pawel Worach <pawel.worach@telia.com>
* 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)
OpenPOWER on IntegriCloud