As requested in PR port-cats/30460 add support for GENERIC.ABLE kernel to
sysinst, and also add the ABLE install kernel to the generated release kernels.
This commit is contained in:
parent
428f7b8491
commit
3d4b482c1f
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.13 2003/10/25 04:39:48 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2005/08/07 00:21:38 chris Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
@ -6,7 +6,8 @@
|
||||
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
||||
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
||||
|
||||
MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL
|
||||
MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL \
|
||||
INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL
|
||||
MDSET_RELEASEDIR= binary/kernel
|
||||
|
||||
MDSET_NOSTRIP= # defined
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: md.h,v 1.11 2004/06/06 06:06:59 christos Exp $ */
|
||||
/* $NetBSD: md.h,v 1.12 2005/08/07 00:21:39 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -50,6 +50,7 @@
|
||||
* base etc comp games man misc text xbase xcomp xetc xfont xserver
|
||||
*/
|
||||
#define SET_KERNEL_1_NAME "kern-GENERIC"
|
||||
#define SET_KERNEL_2_NAME "kern-GENERIC.ABLE"
|
||||
|
||||
/*
|
||||
* Machine-specific command to write a new label to a disk.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.md.de,v 1.3 2004/10/21 12:14:22 martin Exp $ */
|
||||
/* $NetBSD: msg.md.de,v 1.4 2005/08/07 00:21:39 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -53,3 +53,6 @@ message catsfspart
|
||||
|
||||
message set_kernel_1
|
||||
{Kernel (GENERIC)}
|
||||
|
||||
message set_kernel_2
|
||||
{Kernel (GENERIC.ABLE)}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.md.en,v 1.6 2003/06/12 11:20:05 dsl Exp $ */
|
||||
/* $NetBSD: msg.md.en,v 1.7 2005/08/07 00:21:39 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -53,3 +53,6 @@ message catsfspart
|
||||
|
||||
message set_kernel_1
|
||||
{Kernel (GENERIC)}
|
||||
|
||||
message set_kernel_2
|
||||
{Kernel (GENERIC.ABLE)}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.md.fr,v 1.6 2003/06/12 11:20:05 dsl Exp $ */
|
||||
/* $NetBSD: msg.md.fr,v 1.7 2005/08/07 00:21:39 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -54,3 +54,6 @@ message catsfspart
|
||||
|
||||
message set_kernel_1
|
||||
{Kernel (GENERIC)}
|
||||
|
||||
message set_kernel_2
|
||||
{Kernel (GENERIC.ABLE)}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msg.md.pl,v 1.7 2003/07/07 12:30:23 dsl Exp $ */
|
||||
/* $NetBSD: msg.md.pl,v 1.8 2005/08/07 00:21:39 chris Exp $ */
|
||||
/* Based on english version: */
|
||||
/* NetBSD: msg.md.en,v 1.1 2002/02/11 13:50:18 skrll Exp */
|
||||
|
||||
@ -54,3 +54,6 @@ message catsfspart /* XXX translate */
|
||||
|
||||
message set_kernel_1
|
||||
{Kernel (GENERIC)}
|
||||
|
||||
message set_kernel_2
|
||||
{Kernel (GENERIC.ABLE)}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $NetBSD: Makefile.inc,v 1.13 2003/03/22 00:13:35 chris Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 2005/08/07 00:21:38 chris Exp $
|
||||
#
|
||||
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
KERNEL_SETS= GENERIC GENERIC.ABLE
|
||||
KERNEL_SUFFIXES= aout
|
||||
|
||||
BUILD_KERNELS= INSTALL
|
||||
BUILD_KERNELS= INSTALL INSTALL.ABLE
|
||||
|
||||
INSTALLATION_DIRS+= installation/kernel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user