2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:41 lukem Exp $
|
2001-11-30 17:22:33 +03:00
|
|
|
#
|
2002-01-31 05:15:28 +03:00
|
|
|
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
|
2001-11-30 17:22:33 +03:00
|
|
|
#
|
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
KERNEL_SETS= GENERIC NC NC_WSCONS RPC_WSCONS
|
2001-11-30 17:22:33 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/kernel \
|
2001-11-30 17:22:33 +03:00
|
|
|
installation/misc
|
|
|
|
|
|
|
|
# Build the release notes and boot floppies and install them
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
2002-01-31 04:07:44 +03:00
|
|
|
cd ${.CURDIR}/../distrib/acorn32 && ${MAKE} release
|
2001-11-30 17:22:33 +03:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2002-03-31 20:07:53 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
|