Remove support for evbarm cdrom images. Not sure that any of them can even
be used.
This commit is contained in:
parent
52ca013273
commit
2e1299c4b4
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.11 2020/05/28 15:23:43 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2020/05/28 15:27:59 jmcneill Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
|
||||
SUBDIR= gzboot instkernel cdroms
|
||||
SUBDIR= gzboot instkernel
|
||||
.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "earmv7hf"
|
||||
SUBDIR+= installimage
|
||||
.endif
|
||||
|
@ -19,9 +19,6 @@ release: check_RELEASEDIR .WAIT ${MDECBOOT}
|
|||
${RELEASE_INSTALL} ${MDECBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
|
||||
.endif
|
||||
|
||||
iso_image:
|
||||
${MAKEDIRTARGET} cdroms iso_image
|
||||
|
||||
install_image:
|
||||
${MAKEDIRTARGET} installimage install_image
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/03/06 21:56:58 bouyer Exp $
|
||||
|
||||
SUBDIR= installcd
|
||||
TARGETS+= release iso_image
|
||||
|
||||
.include <bsd.subdir.mk>
|
|
@ -1,7 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2019/09/23 13:42:32 christos Exp $
|
||||
|
||||
CDBASE= evbarm-${MACHINE_ARCH}cd # gives ${CDBASE}.iso
|
||||
CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR
|
||||
CDRELEASE_NODEBUG= true
|
||||
|
||||
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|
Loading…
Reference in New Issue