The XEN2 kernels are no more.
This commit is contained in:
parent
aac5228100
commit
5b6c66b01e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2008/05/02 23:13:06 ad Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2009/03/07 21:35:10 ad Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
@ -19,7 +19,6 @@ ${V}= ${${V}DIR}/${F}.fs
|
|||
# to update the release documentation in distrib/notes/common/contents
|
||||
MDSETTARGETS+= GENERIC ${RAMDISK_B} -
|
||||
MDSETTARGETS+= INSTALL_FLOPPY ${RAMDISK_B} -
|
||||
MDSETTARGETS+= INSTALL_XEN2_DOMU ${RAMDISK_B} -
|
||||
MDSETTARGETS+= INSTALL_XEN3_DOMU ${RAMDISK_B} -
|
||||
MDSETTARGETS+= INSTALL_XEN3PAE_DOMU ${RAMDISK_B} -
|
||||
# MDSETTARGETS+= INSTALL_SMALL ${RAMDISK_S} -
|
||||
|
@ -32,13 +31,11 @@ MDSET_RELEASEDIR= binary/kernel
|
|||
MDSET_NOSTRIP.netbsd-GENERIC=
|
||||
MDSET_NOIMAGE.netbsd-GENERIC=
|
||||
# do not strip Xen kernels, there's no space constraints here.
|
||||
MDSET_NOSTRIP.netbsd-INSTALL_XEN2_DOMU=
|
||||
MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU=
|
||||
MDSET_NOSTRIP.netbsd-INSTALL_XEN3PAE_DOMU=
|
||||
# do not strip any other kernels, it is done by Makefile.tarfloppy before
|
||||
# they are written to a floppy.
|
||||
MDSET_NOSTRIP=
|
||||
MDSET_NOSYMBOLS.netbsd-INSTALL_XEN2_DOMU=
|
||||
MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU=
|
||||
MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3PAE_DOMU=
|
||||
|
||||
|
|
Loading…
Reference in New Issue