Fri Sep 19 16:58:26 2008 UTC ()
- 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


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

cvs diff -r1.6 -r1.7 src/etc/etc.hpcarm/Makefile.inc (expand / switch to context diff)
--- src/etc/etc.hpcarm/Makefile.inc 2007/07/24 10:49:25 1.6
+++ src/etc/etc.hpcarm/Makefile.inc 2008/09/19 16:58:26 1.7
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.6 2007/07/24 10:49:25 pavel Exp $
+#	$NetBSD: Makefile.inc,v 1.7 2008/09/19 16:58:26 tsutsui Exp $
 #
 #	etc.hpcarm/Makefile.inc -- hpcarm-specific etc Makefile targets
 #
@@ -6,4 +6,8 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=		IPAQ JORNADA720 INSTALL_IPAQ
+KERNEL_SETS=		IPAQ JORNADA720
+
+BUILD_KERNELS=		INSTALL_IPAQ
+
+INSTALLATION_DIRS+=	installation/miniroot