Mon Sep 22 18:15:01 2008 UTC ()
Pull up following revision(s) (requested by tsutsui in ticket #1204):
	distrib/hpcarm/Makefile				1.4 - 1.6
	distrib/hpcarm/instkernel/Makefile		1.1
	distrib/hpcarm/stand/Makefile			1.1 - 1.2
	distrib/hpcmips/Makefile			1.29 - 1.33
	distrib/hpcmips/instkernel/Makefile		1.1
	distrib/hpcmips/stand/Makefile			1.1 - 1.2
	distrib/hpcsh/Makefile				1.7 - 1.9
	distrib/hpcsh/instkernel/Makefile		1.1
	distrib/hpcsh/stand/Makefile			1.1 - 1.2
	distrib/miniroot/Makefile			1.65 - 1.66
	etc/etc.hpcarm/Makefile.inc			1.6 - 1.8
	etc/etc.hpcmips/Makefile.inc			1.9 - 1.10
	etc/etc.hpcsh/Makefile.inc			1.4 - 1.5
Build install kernels and standalone bootloaders in their own directories
so that parallel build works properly.
Change remaining instances of ${RELEASEDIR}/${MACHINES} to
${RELEASEDIR}/${RELEASEMACHINEDIR}
Add ${IMAGE}.gz to dependency list of release:: target as well as the one
in src/distrib/common/Makefile.image so that ${MAKESUMS} will be invoked
after the target image is installed into the releasedir, not before,
even if make -jN is specified.
XXX some ports do ${MAKESUMS} for installation/miniroot files
XXX in etc/etc.${MACHINE}/Makefile.inc later again.
- add INSTALLATION_DIRS+=installation/miniroot so that miniroot.fs.gz
  image is installed properly
- INSTALL_IPAQ should be in BUILD_KERNELS rather than KERNEL_SETS
  since it requires ramdisk image by mdsetimage(8) in src/distrib
Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.


(bouyer)
diff -r1.2.4.1 -r1.2.4.1.4.1 src/distrib/hpcarm/Makefile
diff -r0 -r1.1.10.2 src/distrib/hpcarm/instkernel/Makefile
diff -r0 -r1.2.4.2 src/distrib/hpcarm/stand/Makefile
diff -r1.27.4.1 -r1.27.4.1.2.1 src/distrib/hpcmips/Makefile
diff -r0 -r1.1.10.2 src/distrib/hpcmips/instkernel/Makefile
diff -r0 -r1.2.4.2 src/distrib/hpcmips/stand/Makefile
diff -r1.5.16.1 -r1.5.16.1.4.1 src/distrib/hpcsh/Makefile
diff -r0 -r1.1.10.2 src/distrib/hpcsh/instkernel/Makefile
diff -r0 -r1.2.4.2 src/distrib/hpcsh/stand/Makefile
diff -r1.63 -r1.63.20.1 src/distrib/miniroot/Makefile
diff -r1.5 -r1.5.8.1 src/etc/etc.hpcarm/Makefile.inc
diff -r1.8 -r1.8.20.1 src/etc/etc.hpcmips/Makefile.inc
diff -r1.3 -r1.3.20.1 src/etc/etc.hpcsh/Makefile.inc

cvs diff -r1.2.4.1 -r1.2.4.1.4.1 src/distrib/hpcarm/Makefile (expand / switch to unified diff)

--- src/distrib/hpcarm/Makefile 2007/03/09 06:59:45 1.2.4.1
+++ src/distrib/hpcarm/Makefile 2008/09/22 18:15:00 1.2.4.1.4.1
@@ -1,37 +1,12 @@ @@ -1,37 +1,12 @@
1# $NetBSD: Makefile,v 1.2.4.1 2007/03/09 06:59:45 riz Exp $ 1# $NetBSD: Makefile,v 1.2.4.1.4.1 2008/09/22 18:15:00 bouyer Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6SUBDIR= cdroms 6SUBDIR= instkernel stand cdroms
 7TARGETS+= release
7 8
8iso_image: 9iso_image:
9 ${MAKEDIRTARGET} cdroms iso_image 10 ${MAKEDIRTARGET} cdroms iso_image
10 11
11.include <bsd.subdir.mk> 12.include <bsd.subdir.mk>
12.include <bsd.kernobj.mk> 
13 
14MINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 
15MINIROOT= ${MINIROOTOBJ}/miniroot.fs 
16 
17MDSETTARGETS= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ 
18MDSET_RELEASEDIR= installation 
19 
20HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/ARM 
21HPCBOOT= hpcboot.exe 
22 
23.PATH: ${HPCBOOTDIR} 
24 
25UUDECODE_FILES= ${HPCBOOT} 
26UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT} 
27 
28.include "${DISTRIBDIR}/common/Makefile.mdset" 
29 
30release:: check_RELEASEDIR .WAIT ${HPCBOOT} 
31 ${MAKEDIRTARGET} cdroms release 
32 ${INSTALL} -c -m ${NONBINMODE} \ 
33 hpcboot.exe ${RELEASEDIR}/${MACHINE}/installation 
34 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 
35 
36.include <bsd.files.mk> 
37.include <bsd.prog.mk> 

File Added: src/distrib/hpcarm/instkernel/Makefile
#	$NetBSD: Makefile,v 1.1.10.2 2008/09/22 18:15:00 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

MINIROOTOBJ!=	cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
MINIROOT=	${MINIROOTOBJ}/miniroot.fs

MDSETTARGETS=		INSTALL_IPAQ	${MINIROOT}	netbsd-IPAQ
MDSET_RELEASEDIR=	installation

.include "${DISTRIBDIR}/common/Makefile.mdset"

.include <bsd.prog.mk>

File Added: src/distrib/hpcarm/stand/Makefile
#	$NetBSD: Makefile,v 1.2.4.2 2008/09/22 18:15:01 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand/binary/ARM
HPCBOOT=	hpcboot.exe

.PATH: ${HPCBOOTDIR}

UUDECODE_FILES=	${HPCBOOT}
UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}

release:: check_RELEASEDIR .WAIT ${HPCBOOT}
	${INSTALL} -c -m ${NONBINMODE} \
		${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation

.include <bsd.files.mk>
.include <bsd.obj.mk>

cvs diff -r1.27.4.1 -r1.27.4.1.2.1 src/distrib/hpcmips/Makefile (expand / switch to unified diff)

--- src/distrib/hpcmips/Makefile 2007/09/17 18:26:13 1.27.4.1
+++ src/distrib/hpcmips/Makefile 2008/09/22 18:15:00 1.27.4.1.2.1
@@ -1,45 +1,12 @@ @@ -1,45 +1,12 @@
1# $NetBSD: Makefile,v 1.27.4.1 2007/09/17 18:26:13 msaitoh Exp $ 1# $NetBSD: Makefile,v 1.27.4.1.2.1 2008/09/22 18:15:00 bouyer Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6SUBDIR= cdroms 6SUBDIR= instkernel stand cdroms
 7TARGETS+= release
7 8
8iso_image: 9iso_image:
9 ${MAKEDIRTARGET} cdroms iso_image 10 ${MAKEDIRTARGET} cdroms iso_image
10 11
11.include <bsd.subdir.mk> 12.include <bsd.subdir.mk>
12.include <bsd.kernobj.mk> 
13 
14MINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 
15MINIROOT= ${MINIROOTOBJ}/miniroot.fs 
16 
17MDSETTARGETS= RAMDISK ${MINIROOT} netbsd \ 
18 INSTALL_TX3912 ${MINIROOT} netbsd-TX3912 
19MDSET_RELEASEDIR= installation 
20 
21PBSDBOOTDIR= ${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot 
22PBSDBOOT= pbsdboot.exe 
23PBSDBOOT1= pbsdboot1.exe 
24HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand/binary/MIPS 
25HPCBOOT= hpcboot.exe 
26 
27.PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR} 
28 
29UUDECODE_FILES= ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT} 
30UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT} 
31 
32.include "${DISTRIBDIR}/common/Makefile.mdset" 
33 
34release:: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT} 
35 ${MAKEDIRTARGET} cdroms release 
36 ${INSTALL} -c -m ${NONBINMODE} \ 
37 pbsdboot1.exe ${RELEASEDIR}/${MACHINE}/installation 
38 ${INSTALL} -c -m ${NONBINMODE} \ 
39 pbsdboot.exe ${RELEASEDIR}/${MACHINE}/installation 
40 ${INSTALL} -c -m ${NONBINMODE} \ 
41 hpcboot.exe ${RELEASEDIR}/${MACHINE}/installation 
42 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 
43 
44.include <bsd.files.mk> 
45.include <bsd.prog.mk> 

File Added: src/distrib/hpcmips/instkernel/Makefile
#	$NetBSD: Makefile,v 1.1.10.2 2008/09/22 18:15:00 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

MINIROOTOBJ!=	cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
MINIROOT=	${MINIROOTOBJ}/miniroot.fs

MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd		\
			INSTALL_TX3912	${MINIROOT}	netbsd-TX3912
MDSET_RELEASEDIR=	installation

.include "${DISTRIBDIR}/common/Makefile.mdset"

.include <bsd.prog.mk>

File Added: src/distrib/hpcmips/stand/Makefile
#	$NetBSD: Makefile,v 1.2.4.2 2008/09/22 18:15:01 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

PBSDBOOTDIR=	${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot
PBSDBOOT=	pbsdboot.exe
PBSDBOOT1=	pbsdboot1.exe
HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand/binary/MIPS
HPCBOOT=	hpcboot.exe

.PATH: ${PBSDBOOTDIR} ${HPCBOOTDIR}

UUDECODE_FILES=	${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
UUDECODE_FILES_RENAME_${HPCBOOT}= ${HPCBOOT}

release: ${UUDECODE_FILES}
	${INSTALL} -c -m ${NONBINMODE} \
		${PBSDBOOT1} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
	${INSTALL} -c -m ${NONBINMODE} \
		${PBSDBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
	${INSTALL} -c -m ${NONBINMODE} \
		${HPCBOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation

.include <bsd.files.mk>
.include <bsd.obj.mk>

cvs diff -r1.5.16.1 -r1.5.16.1.4.1 src/distrib/hpcsh/Makefile (expand / switch to unified diff)

--- src/distrib/hpcsh/Makefile 2007/03/09 06:59:23 1.5.16.1
+++ src/distrib/hpcsh/Makefile 2008/09/22 18:15:00 1.5.16.1.4.1
@@ -1,46 +1,12 @@ @@ -1,46 +1,12 @@
1# $NetBSD: Makefile,v 1.5.16.1 2007/03/09 06:59:23 riz Exp $ 1# $NetBSD: Makefile,v 1.5.16.1.4.1 2008/09/22 18:15:00 bouyer Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6SUBDIR= cdroms 6SUBDIR= instkernel stand cdroms
 7TARGETS+= release
7 8
8iso_image: 9iso_image:
9 ${MAKEDIRTARGET} cdroms iso_image 10 ${MAKEDIRTARGET} cdroms iso_image
10 11
11.include <bsd.subdir.mk> 12.include <bsd.subdir.mk>
12.include <bsd.kernobj.mk> 
13 
14MINIROOTOBJ!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 
15MINIROOT= ${MINIROOTOBJ}/miniroot.fs 
16 
17MDSETTARGETS= RAMDISK ${MINIROOT} netbsd 
18MDSET_RELEASEDIR= installation 
19 
20HPCBOOTDIR= ${KERNSRCDIR}/arch/hpc/stand 
21HPCBOOT_SH3= ${HPCBOOTDIR}/binary/SH3 
22HPCBOOT_SH4= ${HPCBOOTDIR}/binary/SH4 
23 
24UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe 
25UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe 
26UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe 
27 
28CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue 
29 
30hpcboot-sh3.exe.uue: 
31 cp ${HPCBOOT_SH3}/hpcboot.exe.uue hpcboot-sh3.exe.uue 
32hpcboot-sh4.exe.uue: 
33 cp ${HPCBOOT_SH4}/hpcboot.exe.uue hpcboot-sh4.exe.uue 
34 
35release:: check_RELEASEDIR .WAIT hpcboot-sh3.exe hpcboot-sh4.exe 
36 ${MAKEDIRTARGET} cdroms release 
37 cp hpcboot-sh3.exe ${RELEASEDIR}/${MACHINE}/installation; \ 
38 chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh3.exe 
39 cp hpcboot-sh4.exe ${RELEASEDIR}/${MACHINE}/installation; \ 
40 chmod ${NONBINMODE} ${RELEASEDIR}/${MACHINE}/installation/hpcboot-sh4.exe 
41 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe' 
42 
43.include "${DISTRIBDIR}/common/Makefile.mdset" 
44 
45.include <bsd.files.mk> 
46.include <bsd.prog.mk> 

File Added: src/distrib/hpcsh/instkernel/Makefile
#	$NetBSD: Makefile,v 1.1.10.2 2008/09/22 18:15:00 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

MINIROOTOBJ!=	cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR}
MINIROOT=	${MINIROOTOBJ}/miniroot.fs

MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd
MDSET_RELEASEDIR=	installation

.include "${DISTRIBDIR}/common/Makefile.mdset"

.include <bsd.prog.mk>

File Added: src/distrib/hpcsh/stand/Makefile
#	$NetBSD: Makefile,v 1.2.4.2 2008/09/22 18:15:00 bouyer Exp $

.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"

.include <bsd.kernobj.mk>

HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
HPCBOOT_SH3DIR=	${HPCBOOTDIR}/binary/SH3
HPCBOOT_SH3=	hpcboot-sh3.exe
HPCBOOT_SH4DIR=	${HPCBOOTDIR}/binary/SH4
HPCBOOT_SH4=	hpcboot-sh4.exe

UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe

CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe.uue

hpcboot-sh3.exe.uue:
	cp ${HPCBOOT_SH3DIR}/hpcboot.exe.uue hpcboot-sh3.exe.uue
hpcboot-sh4.exe.uue:
	cp ${HPCBOOT_SH4DIR}/hpcboot.exe.uue hpcboot-sh4.exe.uue

release:: ${UUDECODE_FILES}
	${INSTALL} -c -m ${NONBINMODE} \
		${HPCBOOT_SH3} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
	${INSTALL} -c -m ${NONBINMODE} \
		${HPCBOOT_SH4} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation

.include <bsd.files.mk>
.include <bsd.obj.mk>

cvs diff -r1.63 -r1.63.20.1 src/distrib/miniroot/Makefile (expand / switch to unified diff)

--- src/distrib/miniroot/Makefile 2003/01/03 15:34:33 1.63
+++ src/distrib/miniroot/Makefile 2008/09/22 18:15:00 1.63.20.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.63 2003/01/03 15:34:33 lukem Exp $ 1# $NetBSD: Makefile,v 1.63.20.1 2008/09/22 18:15:00 bouyer Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5 5
6.include <bsd.kernobj.mk> 6.include <bsd.kernobj.mk>
7 7
8ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot 8ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot
9 9
10CRUNCHBIN= instbin 10CRUNCHBIN= instbin
11CRUNCHGEN_FLAGS= -d "${DBG}" 11CRUNCHGEN_FLAGS= -d "${DBG}"
12LISTS= ${.CURDIR}/list ${ARCHDIR}/list 12LISTS= ${.CURDIR}/list ${ARCHDIR}/list
13MTREECONF= ${DISTRIBDIR}/common/mtree.common 13MTREECONF= ${DISTRIBDIR}/common/mtree.common
14IMAGE= miniroot.fs 14IMAGE= miniroot.fs
@@ -27,17 +27,17 @@ IMAGE_RELEASEDIR= installation/miniroot @@ -27,17 +27,17 @@ IMAGE_RELEASEDIR= installation/miniroot
27.include "${ARCHDIR}/Makefile.inc" 27.include "${ARCHDIR}/Makefile.inc"
28 28
29# Use stubs to eliminate some large stuff from libc 29# Use stubs to eliminate some large stuff from libc
30HACKSRC= ${DISTRIBDIR}/utils/libhack 30HACKSRC= ${DISTRIBDIR}/utils/libhack
31.include "${HACKSRC}/Makefile.inc" 31.include "${HACKSRC}/Makefile.inc"
32${CRUNCHBIN}: libhack.o 32${CRUNCHBIN}: libhack.o
33 33
34.include "${DISTRIBDIR}/common/Makefile.crunch" 34.include "${DISTRIBDIR}/common/Makefile.crunch"
35.if defined(MAKEDEVTARGETS) 35.if defined(MAKEDEVTARGETS)
36.include "${DISTRIBDIR}/common/Makefile.makedev" 36.include "${DISTRIBDIR}/common/Makefile.makedev"
37.endif 37.endif
38.include "${DISTRIBDIR}/common/Makefile.image" 38.include "${DISTRIBDIR}/common/Makefile.image"
39 39
40release:: check_RELEASEDIR .WAIT 40release:: check_RELEASEDIR .WAIT ${IMAGE}.gz
41 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/${IMAGE_RELEASEDIR} ${IMAGE}.gz 41 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${IMAGE_RELEASEDIR} ${IMAGE}.gz
42 42
43.include <bsd.prog.mk> 43.include <bsd.prog.mk>

cvs diff -r1.5 -r1.5.8.1 src/etc/etc.hpcarm/Makefile.inc (expand / switch to unified diff)

--- src/etc/etc.hpcarm/Makefile.inc 2005/12/30 11:37:06 1.5
+++ src/etc/etc.hpcarm/Makefile.inc 2008/09/22 18:15:01 1.5.8.1
@@ -1,6 +1,17 @@ @@ -1,6 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.5 2005/12/30 11:37:06 rjs Exp $ 1# $NetBSD: Makefile.inc,v 1.5.8.1 2008/09/22 18:15:01 bouyer Exp $
2# 2#
3# etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets 3# etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets
4# 4#
5 5
6KERNEL_SETS= IPAQ JORNADA720 INSTALL_IPAQ 6# If you change the list of distributed kernels, don't forget
 7# to update the release documentation in distrib/notes/common/contents
 8
 9KERNEL_SETS= IPAQ JORNADA720
 10
 11BUILD_KERNELS= INSTALL_IPAQ
 12
 13INSTALLATION_DIRS+= installation/miniroot
 14
 15snap_md_post:
 16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
 17 '*.gz' '*.exe'

cvs diff -r1.8 -r1.8.20.1 src/etc/etc.hpcmips/Makefile.inc (expand / switch to unified diff)

--- src/etc/etc.hpcmips/Makefile.inc 2002/12/02 13:31:19 1.8
+++ src/etc/etc.hpcmips/Makefile.inc 2008/09/22 18:15:01 1.8.20.1
@@ -1,10 +1,17 @@ @@ -1,10 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.8 2002/12/02 13:31:19 lukem Exp $ 1# $NetBSD: Makefile.inc,v 1.8.20.1 2008/09/22 18:15:01 bouyer Exp $
2# 2#
3# etc.hpcmips/Makefile.inc -- hpcmips-specific etc Makefile targets 3# etc.hpcmips/Makefile.inc -- hpcmips-specific etc Makefile targets
4# 4#
5 5
 6# If you change the list of distributed kernels, don't forget
 7# to update the release documentation in distrib/notes/common/contents
 8
6KERNEL_SETS= GENERIC TX3912 9KERNEL_SETS= GENERIC TX3912
7 10
8BUILD_KERNELS= RAMDISK INSTALL_TX3912 11BUILD_KERNELS= RAMDISK INSTALL_TX3912
9 12
10INSTALLATION_DIRS+= installation/miniroot 13INSTALLATION_DIRS+= installation/miniroot
 14
 15snap_md_post:
 16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
 17 '*.gz' '*.exe'

cvs diff -r1.3 -r1.3.20.1 src/etc/etc.hpcsh/Makefile.inc (expand / switch to unified diff)

--- src/etc/etc.hpcsh/Makefile.inc 2002/12/06 09:09:06 1.3
+++ src/etc/etc.hpcsh/Makefile.inc 2008/09/22 18:15:00 1.3.20.1
@@ -1,10 +1,17 @@ @@ -1,10 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.3 2002/12/06 09:09:06 jdolecek Exp $ 1# $NetBSD: Makefile.inc,v 1.3.20.1 2008/09/22 18:15:00 bouyer Exp $
2# 2#
3# etc.hpcsh/Makefile.inc -- hpcsh-specific etc Makefile targets 3# etc.hpcsh/Makefile.inc -- hpcsh-specific etc Makefile targets
4# 4#
5 5
 6# If you change the list of distributed kernels, don't forget
 7# to update the release documentation in distrib/notes/common/contents
 8
6KERNEL_SETS= GENERIC HPW650PA 9KERNEL_SETS= GENERIC HPW650PA
7 10
8BUILD_KERNELS= RAMDISK 11BUILD_KERNELS= RAMDISK
9 12
10INSTALLATION_DIRS+= installation/miniroot 13INSTALLATION_DIRS+= installation/miniroot
 14
 15snap_md_post:
 16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
 17 '*.gz' '*.exe'