When making a release, build the release notes, and copy them and boot26
into the release directory. Also make checksums for boot26.
This commit is contained in:
parent
d29f17612e
commit
9d5896ee9e
@ -1,6 +1,19 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:54 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 2002/03/07 23:12:54 bjh21 Exp $
|
||||
#
|
||||
# etc.arm26/Makefile.inc -- arm26-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= GENERIC FOURMEG
|
||||
|
||||
snap_md_post:
|
||||
.ifndef UPDATE
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
||||
.endif
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||
|
||||
# install bootloader into installation directory
|
||||
cp -p ${DESTDIR}/usr/mdec/boot26,ffa ${RELEASEDIR}/installation/.
|
||||
|
||||
# compute checksums
|
||||
sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation '*'
|
||||
|
Loading…
Reference in New Issue
Block a user