consistency tweaks
This commit is contained in:
parent
14b6cd8fa4
commit
efbc87e9ab
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/12/02 13:18:05 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 2002/12/02 13:31:16 lukem Exp $
|
||||
#
|
||||
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
|
||||
#
|
||||
@ -10,7 +10,6 @@ BUILD_KERNELS= INSTALL
|
||||
INSTALLATION_DIRS+= installation/kernel \
|
||||
installation/misc
|
||||
|
||||
# Build the release notes and boot floppies and install them
|
||||
snap_md_post:
|
||||
${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
|
||||
${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/12/02 13:18:05 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/12/02 13:31:17 lukem Exp $
|
||||
#
|
||||
# etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC.MP
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.19 2002/12/02 13:18:06 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.20 2002/12/02 13:31:17 lukem Exp $
|
||||
#
|
||||
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets
|
||||
#
|
||||
@ -9,6 +9,6 @@ EXTRA_KERNELS= INSTALL
|
||||
|
||||
INSTALLATION_DIRS+= installation/miniroot \
|
||||
installation/misc
|
||||
|
||||
|
||||
snap_md_post:
|
||||
# ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz'
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/12/02 13:18:06 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:31:17 lukem Exp $
|
||||
#
|
||||
# etc.arc/Makefile.inc -- arc-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
KERNEL_SUFFIXES= ecoff
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.13 2002/12/02 13:18:06 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 2002/12/02 13:31:17 lukem Exp $
|
||||
#
|
||||
# etc.atari/Makefile.inc -- atari-specific etc Makefile targets
|
||||
#
|
||||
@ -9,6 +9,6 @@ EXTRA_KERNELS= ATARITT BOOTX FALCON
|
||||
|
||||
INSTALLATION_DIRS+= installation/miniroot \
|
||||
installation/misc
|
||||
|
||||
|
||||
snap_md_post:
|
||||
# ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot '*.gz'
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/08/03 05:53:01 simonb Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:31:18 lukem Exp $
|
||||
#
|
||||
# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= MALTA PB1000
|
||||
KERNEL_SUFFIXES= srec
|
||||
|
@ -1,3 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/12/02 13:18:07 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/12/02 13:31:18 lukem Exp $
|
||||
#
|
||||
# etc.hp700/Makefile.inc -- hp700-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
|
@ -1,3 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/12/02 13:18:07 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:31:18 lukem Exp $
|
||||
#
|
||||
# etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= IPAQ JORNADA720
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/12/02 13:18:08 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 2002/12/02 13:31:19 lukem Exp $
|
||||
#
|
||||
# etc.hpcmips/Makefile.inc -- hpcmips-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC TX3912
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.14 2002/12/02 13:18:08 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.15 2002/12/02 13:31:19 lukem Exp $
|
||||
#
|
||||
# mac68k-specific release building goo
|
||||
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC GENERICSBC
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/12/02 13:18:09 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/12/02 13:31:19 lukem Exp $
|
||||
#
|
||||
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC.MP
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/12/02 13:18:10 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/12/02 13:31:20 lukem Exp $
|
||||
#
|
||||
# etc.news68k/Makefile.inc -- news68k-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC_TINY
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/12/02 13:18:10 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:31:20 lukem Exp $
|
||||
#
|
||||
# etc.newsmips/Makefile.inc -- newsmips-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/12/02 13:18:11 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/12/02 13:31:20 lukem Exp $
|
||||
#
|
||||
# etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
|
||||
|
@ -1,4 +1,8 @@
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:18:11 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/12/02 13:31:21 lukem Exp $
|
||||
#
|
||||
# etc.playstation2/Makefile.inc --
|
||||
# playstation2-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2002/05/30 08:54:07 augustss Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/12/02 13:31:21 lukem Exp $
|
||||
#
|
||||
# etc.walnut/Makefile.inc -- walnut-specific etc Makefile targets
|
||||
# etc.pmppc/Makefile.inc -- pmppc-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= PMPPC
|
||||
|
@ -1,3 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2002/10/07 02:00:23 simonb Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.2 2002/12/02 13:31:21 lukem Exp $
|
||||
#
|
||||
# etc.sbmips/Makefile.inc -- sbmips-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
KERNEL_SETS= GENERIC
|
||||
|
@ -1,10 +1,8 @@
|
||||
# $NetBSD: Makefile.inc,v 1.29 2002/12/02 13:18:13 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.30 2002/12/02 13:31:22 lukem Exp $
|
||||
#
|
||||
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
|
||||
#
|
||||
|
||||
TOP= $(.CURDIR)/..
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC_SCSI3 GENERIC_SUN4U
|
||||
|
||||
BUILD_KERNELS= INSTALL
|
||||
@ -21,7 +19,7 @@ INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
|
||||
#
|
||||
snap_md_post:
|
||||
# install boot image in netboot directory
|
||||
cp -p $(DESTDIR)/usr/mdec/boot.net $(RELEASEDIR)/installation/netboot
|
||||
cp -p ${DESTDIR}/usr/mdec/boot.net ${RELEASEDIR}/installation/netboot
|
||||
|
||||
# install links to boot and installation utilities for various media
|
||||
rm -f ${RELEASEDIR}/installation/tape/tapefile1.gz
|
||||
@ -45,9 +43,9 @@ snap_md_post:
|
||||
${MAKESUMS} -t ${RELEASEDIR}/${dir} '*'
|
||||
.endfor
|
||||
|
||||
CDBOOTIMAGEDIR!= cd ${TOP}/distrib/sparc/bootfs && ${PRINTOBJDIR}
|
||||
CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR}
|
||||
CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs
|
||||
|
||||
iso-image_md_post:
|
||||
mksunbootcd ${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
|
||||
$(CDBOOTIMAGE) $(CDBOOTIMAGE) $(CDBOOTIMAGE)
|
||||
${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE}
|
||||
|
@ -1,10 +1,8 @@
|
||||
# $NetBSD: Makefile.inc,v 1.18 2002/12/02 13:18:13 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.19 2002/12/02 13:31:22 lukem Exp $
|
||||
#
|
||||
# etc.sparc64/Makefile.inc -- sparc64-specific etc Makefile targets
|
||||
#
|
||||
|
||||
TOP= $(.CURDIR)/..
|
||||
|
||||
# Specify whether or not to build 32-bit libs.
|
||||
MK32BITLIBS?=no
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/12/02 13:18:13 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/12/02 13:31:22 lukem Exp $
|
||||
#
|
||||
# etc.sun2/Makefile.inc -- sun2-specific etc Makefile targets
|
||||
#
|
||||
|
||||
BIN3+= etc.sun2/ttyaction
|
||||
BIN3+= etc.sun2/ttyaction
|
||||
|
||||
KERNEL_SETS= GENERIC FOURMEG DISKLESS
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile.inc,v 1.14 2002/12/02 13:18:13 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.15 2002/12/02 13:31:23 lukem Exp $
|
||||
#
|
||||
# etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
|
||||
#
|
||||
|
||||
BIN3+= etc.sun3/ttyaction
|
||||
BIN3+= etc.sun3/ttyaction
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC3X DISKLESS DISKLESS3X
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user