Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb  2 16:02:44 UTC 2012

Modified Files:
        src/distrib/zaurus/instkernel: Makefile
        src/etc/etc.zaurus: Makefile.inc

Log Message:
Build INSTALL_C700 ramdisk kernel and install into releasedir.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/zaurus/instkernel/Makefile
cvs rdiff -u -r1.7 -r1.8 src/etc/etc.zaurus/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/zaurus/instkernel/Makefile
diff -u src/distrib/zaurus/instkernel/Makefile:1.3 src/distrib/zaurus/instkernel/Makefile:1.4
--- src/distrib/zaurus/instkernel/Makefile:1.3	Wed Jan 28 11:43:28 2009
+++ src/distrib/zaurus/instkernel/Makefile	Thu Feb  2 16:02:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 nonaka Exp $
+#	$NetBSD: Makefile,v 1.4 2012/02/02 16:02:44 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,7 +6,9 @@
 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
 
-MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL 
+MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL \
+			INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700
+
 MDSET_RELEASEDIR=	installation/kernel
 
 MDSET_NOGZIP=		# defined

Index: src/etc/etc.zaurus/Makefile.inc
diff -u src/etc/etc.zaurus/Makefile.inc:1.7 src/etc/etc.zaurus/Makefile.inc:1.8
--- src/etc/etc.zaurus/Makefile.inc:1.7	Sun Jan 29 10:36:33 2012
+++ src/etc/etc.zaurus/Makefile.inc	Thu Feb  2 16:02:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.7 2012/01/29 10:36:33 tsutsui Exp $
+#	$NetBSD: Makefile.inc,v 1.8 2012/02/02 16:02:44 tsutsui Exp $
 #
 #	etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
 #
@@ -7,6 +7,7 @@ KERNEL_SETS=		GENERIC
 KERNEL_SETS+=		C700
 
 BUILD_KERNELS=		INSTALL
+BUILD_KERNELS+=		INSTALL_C700
 
 INSTALLATION_DIRS+=	installation/kernel
 

Reply via email to