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

Ruslan Ermilov ru at FreeBSD.org
Fri Jul 25 01:54:43 PDT 2003


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


More information about the cvs-all mailing list