Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Build INSTALL_C700 ramdisk kernel and install into releasedir.



details:   https://anonhg.NetBSD.org/src/rev/ce4939d6f586
branches:  trunk
changeset: 773452:ce4939d6f586
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 02 16:02:44 2012 +0000

description:
Build INSTALL_C700 ramdisk kernel and install into releasedir.

diffstat:

 distrib/zaurus/instkernel/Makefile |  6 ++++--
 etc/etc.zaurus/Makefile.inc        |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 3e9a438e437e -r ce4939d6f586 distrib/zaurus/instkernel/Makefile
--- a/distrib/zaurus/instkernel/Makefile        Thu Feb 02 16:00:35 2012 +0000
+++ b/distrib/zaurus/instkernel/Makefile        Thu Feb 02 16:02:44 2012 +0000
@@ -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
diff -r 3e9a438e437e -r ce4939d6f586 etc/etc.zaurus/Makefile.inc
--- a/etc/etc.zaurus/Makefile.inc       Thu Feb 02 16:00:35 2012 +0000
+++ b/etc/etc.zaurus/Makefile.inc       Thu Feb 02 16:02:44 2012 +0000
@@ -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+=          C700
 
 BUILD_KERNELS=         INSTALL
+BUILD_KERNELS+=                INSTALL_C700
 
 INSTALLATION_DIRS+=    installation/kernel
 



Home | Main Index | Thread Index | Old Index