cvs commit: src/release Makefile src/share/man/man7 release.7

[ Available lists | Index of cvs-src | Month of Jul 2003 | Week of 25 Jul 2003 | Raw email | View thread | Wrap long lines | Reply ]
From
Ruslan Ermilov <ru@FreeBSD.org>
Date
25 Jul 2003 01:54:42
Subject
cvs commit: src/release Makefile src/share/man/man7 release.7
Message-ID
200307250854.h6P8sfom098536@repoman.freebsd.org


[ Hide this part ]
ru          2003/07/25 01:54:41 PDT

FreeBSD src repository

Modified files:
release Makefile
share/man/man7 release.7
Log:
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

Revision Changes Path
1.797 +32 -49 src/release/Makefile
1.30 +4 -4 src/share/man/man7/release.7


Elapsed time: 1.292 seconds