NetBSD/etc/etc.acorn32/Makefile.inc

22 lines
717 B
PHP
Raw Normal View History

2002-01-31 05:15:28 +03:00
# $NetBSD: Makefile.inc,v 1.3 2002/01/31 02:15:28 reinoud Exp $
#
2002-01-31 05:15:28 +03:00
# etc.acorn32/Makefile.inc -- acorn32-specific etc Makefile targets
#
KERNEL_SETS= GENERIC NC NC_WSCONS RPC_WSCONS
BUILD_KERNELS= INSTALL
INSTALLATION_DIRS+= installation/kernel \
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}
cd ${.CURDIR}/../distrib/acorn32 && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'