NetBSD/etc/etc.hpcmips/Makefile.inc
tsutsui 3e414a4b6b Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.

XXX: maybe ramdisk kernels should be installed into binary/kernel dir
XXX: as other ports rather than installation dir, and
XXX: kernel config names should be preserved in their filenames.
2008-09-19 17:38:43 +00:00

18 lines
485 B
Makefile

# $NetBSD: Makefile.inc,v 1.10 2008/09/19 17:38:43 tsutsui Exp $
#
# etc.hpcmips/Makefile.inc -- hpcmips-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
KERNEL_SETS= GENERIC TX3912
BUILD_KERNELS= RAMDISK INSTALL_TX3912
INSTALLATION_DIRS+= installation/miniroot
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation \
'*.gz' '*.exe'