yar
633be11491
Replace "/etc/make.conf" with references to make.conf(5)
...
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
2005-10-10 14:55:59 +00:00
ru
10fbbd3d56
Assorted markup fixes and minor wordsmithing.
...
Approved by: re
2005-06-15 13:31:23 +00:00
jcamou
c52f472ba9
Correct script path.
...
PR: docs/80948
Submitted by: anonymous coward
Approved by: trhodes (mentor)
MFC after: 2 days
2005-05-17 03:54:52 +00:00
jhb
98334e0392
Document SEPARATE_LIVEFS (forgot this in previous commit).
2005-03-23 16:17:30 +00:00
jhb
b470f7dcfe
- Document the top-level package-split target.
...
- 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.
2005-03-23 15:44:40 +00:00
ru
1541af42f1
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
matusita
d29e2bd301
Typo fix: s/ROOR/ROOT/;
...
PR: docs/75139
Submitted by: Richard Smith
2004-12-16 03:37:32 +00:00
ru
0818c3dd0f
There can be up to three bootable ISO images (bootonly, miniinst,
...
and disc1). The exact number depends on a couple of parameters,
so don't give a specific number here.
Pointed by: wilko
2004-09-06 18:59:59 +00:00
obrien
2eca8469bb
Bring back 'NO_FLOPPIES', but as a user external knob.
...
The internal logic knob remains MAKE_FLOPPIES.
Suggested by: ru
2004-08-16 10:25:43 +00:00
obrien
08cb997743
Accept the fact that floppies either aren't applicable or relevant on most
...
platforms. So follow 'MAKE_ISOS''s style and s/NO_FLOPPIES/MAKE_FLOPPIES/g.
2004-08-16 08:58:04 +00:00
ru
1e1e72482b
Describe better what the initial /usr/obj is expected to be populated with.
...
Prodded by: grehan
2004-08-10 13:25:29 +00:00
ru
cc5766a3d9
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.
2004-08-09 13:22:44 +00:00
ru
abfe62af0d
Bump the document date.
2004-08-06 10:05:45 +00:00
cperciva
e98b8f1445
Crypto is now part of the "base" distribution, and the old "release.3"
...
target no longer exists. Renumber the old release.[4-9] targets to
release.[3-8].
Reminded by: ru
2004-08-06 08:49:51 +00:00
cperciva
c10314dbdf
Increase the suggested minimum free space for release-building. It
...
needed slightly over 3GB when I built one yesterday.
2004-08-05 13:35:43 +00:00
murray
e1dbd754dd
Improve the wording of the last commit, and update the document date. (1)
...
While here, update an example.
(1) Submitted by: ru
2004-08-02 07:28:02 +00:00
murray
b66f530bf1
Document EXTSRCDIR.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-08-01 06:36:03 +00:00
mpp
8ef0e8a832
Spelling fixes.
2004-06-21 14:43:09 +00:00
kensmith
851a0de9b7
Some mdoc fixes.
...
mdoc help from: ru
MFC after: 5 days
2004-05-13 13:09:47 +00:00
kensmith
8c50fd4dbe
Sorry for doing this backwards, but as with most release related stuff
...
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.
2004-04-30 13:52:09 +00:00
jhb
b214d6dd1d
- Catch up to new boot floppies targets.
...
- Update description of release.4 to mention KERNELS variable.
- Update field width for make release targets.
2004-01-28 21:07:36 +00:00
obrien
03e299bc73
Note that NO_FLOPPIES is i386-only.
2004-01-03 02:23:56 +00:00
ru
08859b205f
Correct the description of what the release.3 stage does nowadays.
2003-10-06 11:52:34 +00:00
ru
35b0a3b4a9
Make LOCAL_PATCHES accept multiple patch files, as its name suggests.
2003-09-21 06:33:14 +00:00
ru
887d81ea29
Moved the WORLDDIR variable description to the Optional Variables section.
2003-08-04 21:00:35 +00:00
ru
b93079f17c
Moved the boot floppy generation code out from release.9 to release.10.
...
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
2003-07-25 08:54:41 +00:00
ru
14b4207391
Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that
...
points to a directory where "make buildworld" was run. Useful
for building 5.x snapshots on 4.x.
2003-07-23 14:40:51 +00:00
ru
aaa0f05b80
Assorted mdoc(7), grammar, spelling, and punctuation fixes.
...
Approved by: re (blanket)
2003-05-21 15:49:01 +00:00
murray
3cae45d064
Make the output more consistent.
2003-05-05 05:36:20 +00:00
murray
f0a2206dbc
Note that kern.securelevel must be set to '-1' to build a release
...
successfully.
PR: docs/42339
MFC after: 3 days
2003-04-07 11:40:25 +00:00
murray
16a93d5f11
Correctly use .Bd macro.
2003-04-07 11:28:35 +00:00
murray
f8221d23db
Document a workaround for the problem of infrastructure changes in the
...
doc/ tree that can cause release builds on the security branches to
break.
PR: docs/35620
MFC after: 3 days
2003-04-07 10:50:00 +00:00
obrien
fe0afe560c
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
obrien
4b49145ba5
Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
...
like this. Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
markm
a5830ac074
KerberosIV deorbit sequence: We no longer build a krb4 distribution.
2003-03-08 11:49:40 +00:00
ru
041d1287e8
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
jhb
b0b3ab2c2b
Document the KERNELS variable.
2002-11-18 20:31:35 +00:00
nyan
902d691151
Add EXTLOCALDIR document.
2002-11-18 12:25:53 +00:00
jhb
21238e0b0a
Document NOCDROM and NO_FLOPPIES.
2002-11-15 20:55:37 +00:00
keramida
fb5b663eb4
Minor grammar fix: referenced to -> in reference to.
2002-10-22 23:36:10 +00:00
ru
85529a1287
Document DOC_LANG.
...
Reviewed by: murray
2002-09-26 07:08:48 +00:00
jhb
ec0fc832dd
Document DOCRELEASETAG and PORTSRELEASETAG.
2002-07-27 21:09:29 +00:00
jhb
464b9aa171
Document PREFETCHDISTFILES.
2002-07-27 20:04:48 +00:00
jhb
76e8005a59
Document KERNEL_FLAGS and WORLD_FLAGS.
2002-07-27 20:00:39 +00:00
jhb
3326340ebf
- Move BUILDNAME up before CHROOTDIR.
...
- RELEASETAG is an optional variable, not a required one.
2002-07-27 19:52:35 +00:00
ru
943422f782
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").
2002-05-14 13:59:33 +00:00
matusita
f787526683
Document CVSCMDARGS variable.
...
Suggested by: murray
Reviewed by: ru
MFC after: 3 days
(if re@ allows)
2002-05-07 14:57:22 +00:00
ru
7e4f7cb51e
Document how to "make release" for a different arch.
...
Obtained from: build(7)
2002-04-30 13:50:04 +00:00
murray
d5248ae7a0
Add drivers.conf(5) to the SEE ALSO section.
...
MFC after: 1 week
2002-03-26 10:46:03 +00:00
ru
61f9e9317e
Fix a typo.
2002-03-20 14:47:36 +00:00