NetBSD/etc/etc.hp300/Makefile.inc
lukem a250e57c96 Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
2003-01-03 15:34:30 +00:00

20 lines
501 B
Makefile

# $NetBSD: Makefile.inc,v 1.18 2003/01/03 15:34:38 lukem Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
#
KERNEL_SETS= GENERIC
BUILD_KERNELS= INSTALL RAMDISK
INSTALLATION_DIRS+= installation/miniroot \
installation/misc
snap_md_post:
.ifndef UPDATE
cd ${KERNSRCDIR}/arch/hp300/stand && ${MAKE} cleandir
.endif
cd ${KERNSRCDIR}/arch/hp300/stand && \
${MAKE} depend && ${MAKE} && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc 'SYS*'