Add evbarm snapshot/release targets.
This commit is contained in:
parent
ca897ac9e9
commit
45e7aa90b4
|
@ -1,7 +1,15 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 2002/03/28 20:55:58 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 2002/03/28 22:18:23 thorpej Exp $
|
||||
#
|
||||
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
|
||||
#
|
||||
|
||||
KERNEL_SETS= INTEGRATOR IQ80310 IQ80321
|
||||
KERNEL_SUFFIXES= bin srec
|
||||
|
||||
snap_md_post:
|
||||
.ifndef UPDATE
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
||||
.endif
|
||||
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
||||
cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release
|
||||
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
||||
|
|
Loading…
Reference in New Issue