Allow a person to specify NOCDROM to skip the cdrom.1 target during a
release build. PR: 45300 Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
41e87b22fe
commit
0e25a72725
@ -273,13 +273,16 @@ CRUNCH_TARGETS= boot fixit
|
||||
FIXIT_TARGET= release.10
|
||||
.endif
|
||||
|
||||
EXTRAS= cdrom.1 ftp.1
|
||||
EXTRAS= ftp.1
|
||||
.if !defined(NOCDROM)
|
||||
EXTRAS+= cdrom.1
|
||||
.if defined(MAKE_ISOS)
|
||||
EXTRAS+= iso.1
|
||||
.if ${TARGET} != "pc98"
|
||||
BOOTABLE="-b"
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NODOC)
|
||||
DOCREL= doc.1 doc.2
|
||||
@ -404,7 +407,7 @@ rerelease release:
|
||||
AUTO_KEYBOARD_DETECT BOOT_CONFIG BUILDNAME \
|
||||
CD_EXTRA_BITS DISTRIBUTIONS DOC_LANG DOMINIMALDOCPORTS \
|
||||
EXTRA_SRC FIXCRYPTO KERNELS KERNEL_FLAGS \
|
||||
MAKE_ISOS NODOC NO_FLOPPIES NOKERBEROS NOPORTS NOSHARED \
|
||||
MAKE_ISOS NOCDROM NODOC NO_FLOPPIES NOKERBEROS NOPORTS NOSHARED \
|
||||
NOSRC NO_SENDMAIL RELEASETAG \
|
||||
RELNOTES_LANG TARGET TARGET_ARCH WORLD_FLAGS
|
||||
.if defined(${var})
|
||||
|
Loading…
x
Reference in New Issue
Block a user