Do not default any CD_SETS - let the MD makefiles request them specifically.

This commit is contained in:
martin 2015-05-27 09:44:40 +00:00
parent 6e40120187
commit 3cf95378a5
4 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cdrom,v 1.17 2015/05/25 15:38:33 martin Exp $
# $NetBSD: Makefile.cdrom,v 1.18 2015/05/27 09:44:40 martin Exp $
.include <bsd.own.mk>
@ -10,6 +10,7 @@ CDMAKEFSOPTIONS= bootimage=i386;bootxx.${MACHINE},no-emul-boot,allow-multidot
CDINSTKERNEL= ../../instkernel
CDKERNELS= netbsd-GENERIC.gz netbsd
CDRELEASE_NOISOS= true
CD_SETS= base etc modules
image_md_pre:
${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootcd,v 1.29 2015/05/27 09:27:40 martin Exp $
# $NetBSD: Makefile.bootcd,v 1.30 2015/05/27 09:44:40 martin Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@ -32,7 +32,6 @@
# source name_on_cd
# CDRUNTIME files/directories to copy from $DESTDIR onto the CD
# CD_SETS sets to be extracted onto the CD
# (default: base modules etc)
# SETS_DIR where the CD_SETS are found (default provided)
# source kernels are copied from ${CDINSTKERNEL} (or its obj dir)
# note that as of yet, bootxx_cd9660 can't load kernel names of more than
@ -59,7 +58,6 @@ CDRELEASE_EXCLUDE+= -s ',./installation/liveimage.*,,gp'
CDRELEASE_EXCLUDE+= -s ',./installation/installimage.*,,gp'
.endif
CD_SETS?= base modules etc
SETS_DIR?= ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/sets
.include <bsd.own.mk> # For PRINTOBJDIR

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cdrom,v 1.37 2015/05/25 15:38:33 martin Exp $
# $NetBSD: Makefile.cdrom,v 1.38 2015/05/27 09:44:40 martin Exp $
.include <bsd.own.mk>
@ -10,6 +10,7 @@ CDMAKEFSOPTIONS= bootimage=i386;bootxx.${MACHINE},no-emul-boot,allow-multidot
CDINSTKERNEL= ../../instkernel
CDKERNELS= netbsd-GENERIC.gz netbsd
CDRELEASE_NOISOS= true
CD_SETS= base etc modules
image_md_pre:
${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc cdrom/install.sh

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.24 2015/05/25 15:38:33 martin Exp $
# $NetBSD: Makefile,v 1.25 2015/05/27 09:44:40 martin Exp $
CDBASE= sparc64cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz netbsd
CD_SETS= base etc modules
# for PRINTOBJDIR
.include <bsd.own.mk>