fe5f6ce974
for all platforms. - remove now unnecessary replicated code in the various snap_md_post targets - remove snap_md_pre; nothing uses it any more - use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate
20 lines
490 B
Makefile
20 lines
490 B
Makefile
# $NetBSD: Makefile.inc,v 1.17 2002/12/02 13:18:07 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}/installation/misc 'SYS*'
|