2002-03-04 19:43:06 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 2002/03/04 16:43:06 shiba Exp $
|
1999-12-17 23:54:31 +03:00
|
|
|
#
|
|
|
|
# mac68k-specific release building goo
|
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERICSBC
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL INSTALLSBC
|
1999-12-17 23:54:31 +03:00
|
|
|
|
2000-03-30 07:25:48 +04:00
|
|
|
INSTALLATION_DIRS+= installation/instkernel
|
1999-12-17 23:54:31 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
2002-03-04 19:43:06 +03:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
1999-12-17 23:54:31 +03:00
|
|
|
.endif
|
2002-03-04 19:43:06 +03:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/mac68k && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/instkernel '*.gz'
|