2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.16 2002/05/02 15:09:43 lukem Exp $
|
1995-09-06 20:17:41 +04:00
|
|
|
#
|
|
|
|
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
|
1999-02-05 06:01:49 +03:00
|
|
|
#
|
1995-09-06 20:17:41 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
2002-02-13 09:30:46 +03:00
|
|
|
BUILD_KERNELS= INSTALL RAMDISK
|
2000-05-31 18:33:11 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/misc
|
2002-04-22 07:37:12 +04:00
|
|
|
|
2000-05-31 18:33:11 +04:00
|
|
|
# Build the boot media and install notes and install them
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/stand && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
2002-04-19 11:32:08 +04:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2002-04-15 00:50:20 +04:00
|
|
|
cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
|
2000-05-31 18:33:11 +04:00
|
|
|
cd ${.CURDIR}/../distrib/miniroot && ${MAKE} release
|
2001-04-21 21:58:21 +04:00
|
|
|
cd ${.CURDIR}/../sys/arch/hp300/stand && \
|
|
|
|
${MAKE} depend && ${MAKE} && ${MAKE} release
|
2002-03-31 20:07:53 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'SYS*'
|