Thu Apr 23 14:38:58 2009 UTC ()
Create cksums for files in ${MD_INSTALLATION_DIRS}.


(tsutsui)
diff -r1.2 -r1.3 src/etc/etc.landisk/Makefile.inc

cvs diff -r1.2 -r1.3 src/etc/etc.landisk/Makefile.inc (expand / switch to unified diff)

--- src/etc/etc.landisk/Makefile.inc 2007/05/02 08:02:00 1.2
+++ src/etc/etc.landisk/Makefile.inc 2009/04/23 14:38:58 1.3
@@ -1,11 +1,17 @@ @@ -1,11 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.2 2007/05/02 08:02:00 skrll Exp $ 1# $NetBSD: Makefile.inc,v 1.3 2009/04/23 14:38:58 tsutsui Exp $
2# 2#
3# etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets 3# etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets
4# 4#
5 5
6KERNEL_SETS= GENERIC 6KERNEL_SETS= GENERIC
7 7
8BUILD_KERNELS+= INSTALL 8BUILD_KERNELS+= INSTALL
9 9
10MD_INSTALLATION_DIRS= installation/misc 10MD_INSTALLATION_DIRS= installation/misc
11INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} 11INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
 12
 13snap_md_post:
 14 # compute checksums
 15.for dir in ${MD_INSTALLATION_DIRS}
 16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
 17.endfor