Sun Jan 29 10:36:33 2012 UTC ()
Build additional C700 kernel (for now).


(tsutsui)
diff -r1.6 -r1.7 src/etc/etc.zaurus/Makefile.inc

cvs diff -r1.6 -r1.7 src/etc/etc.zaurus/Makefile.inc (expand / switch to unified diff)

--- src/etc/etc.zaurus/Makefile.inc 2009/03/05 10:28:02 1.6
+++ src/etc/etc.zaurus/Makefile.inc 2012/01/29 10:36:33 1.7
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile.inc,v 1.6 2009/03/05 10:28:02 nonaka Exp $ 1# $NetBSD: Makefile.inc,v 1.7 2012/01/29 10:36:33 tsutsui Exp $
2# 2#
3# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets 3# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
4# 4#
5 5
6KERNEL_SETS= GENERIC 6KERNEL_SETS= GENERIC
 7KERNEL_SETS+= C700
7 8
8BUILD_KERNELS= INSTALL 9BUILD_KERNELS= INSTALL
9 10
10INSTALLATION_DIRS+= installation/kernel 11INSTALLATION_DIRS+= installation/kernel
11 12
12# zaurus specific distrib stuff 13# zaurus specific distrib stuff
13snap_md_post: 14snap_md_post:
14 cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release 15 cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release
15 cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release 16 cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*' 17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*' 18 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'