Create cksums for files in ${MD_INSTALLATION_DIRS}.

This commit is contained in:
tsutsui 2009-04-23 14:38:58 +00:00
parent 0cfe059a5a
commit e2832ec4e0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 2007/05/02 08:02:00 skrll Exp $ # $NetBSD: Makefile.inc,v 1.3 2009/04/23 14:38:58 tsutsui Exp $
# #
# etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets # etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets
# #
@ -9,3 +9,9 @@ BUILD_KERNELS+= INSTALL
MD_INSTALLATION_DIRS= installation/misc MD_INSTALLATION_DIRS= installation/misc
INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS} INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
snap_md_post:
# compute checksums
.for dir in ${MD_INSTALLATION_DIRS}
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
.endfor