Bring back 'NO_FLOPPIES', but as a user external knob.

The internal logic knob remains MAKE_FLOPPIES.

Suggested by:	ru
This commit is contained in:
David E. O'Brien 2004-08-16 10:25:43 +00:00
parent da126abaf1
commit f04142310d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133838
2 changed files with 7 additions and 3 deletions

View File

@ -211,6 +211,9 @@ MFSSIZE= 4096
MFSINODE= 8192
MFSLABEL= auto
.endif
.if defined(NO_FLOPPIES)
.undef MAKE_FLOPPIES
.endif
.if exists(/sbin/bsdlabel)
DISKLABEL?= bsdlabel
@ -448,6 +451,7 @@ release rerelease:
NOSRC \
NO_CPU_CFLAGS \
NO_CPU_COPTFLAGS \
NO_FLOPPIES \
NO_SENDMAIL \
RELEASETAG \
RELNOTES_LANG \

View File

@ -284,9 +284,6 @@ patch file.
A script that will be run in the
.Xr chroot 8
environment immediately after any local patches are applied.
.It Va MAKE_FLOPPIES
If defined, boot and fixit floppy disk images will be created (for those
platforms supporting them).
.It Va MAKE_ISOS
If defined, bootable ISO CD-ROM images will be created from the
contents of the CD-ROM stage directory.
@ -317,6 +314,9 @@ However, the
distribution will still be created with the minimal documentation set
provided in
.Pa src/share/doc .
.It Va NO_FLOPPIES
If defined, no boot and fixit floppy disk images will be created (for those
platforms supporting them).
.It Va NOPORTS
If defined, the Ports Collection will be omitted from the release.
.It Va NOPORTREADMES