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 unified 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,9 +1,13 @@ @@ -1,9 +1,13 @@
1# $NetBSD: Makefile.inc,v 1.6 2007/07/24 10:49:25 pavel Exp $ 1# $NetBSD: Makefile.inc,v 1.7 2008/09/19 16:58:26 tsutsui 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
6# If you change the list of distributed kernels, don't forget 6# If you change the list of distributed kernels, don't forget
7# to update the release documentation in distrib/notes/common/contents 7# to update the release documentation in distrib/notes/common/contents
8 8
9KERNEL_SETS= IPAQ JORNADA720 INSTALL_IPAQ 9KERNEL_SETS= IPAQ JORNADA720
 10
 11BUILD_KERNELS= INSTALL_IPAQ
 12
 13INSTALLATION_DIRS+= installation/miniroot