Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.6
      1  1.6  thorpej #	$NetBSD: Makefile.inc,v 1.6 2002/03/29 20:20:24 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.4  thorpej KERNEL_SETS=		INTEGRATOR IQ80310 IQ80321
      7  1.3  thorpej KERNEL_SUFFIXES=	bin srec
      8  1.6  thorpej 
      9  1.6  thorpej INSTALLATION_DIRS+=	binary/gzimg
     10  1.5  thorpej 
     11  1.5  thorpej snap_md_post:
     12  1.5  thorpej .ifndef UPDATE
     13  1.5  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     14  1.5  thorpej .endif
     15  1.5  thorpej 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     16  1.5  thorpej 	cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release
     17  1.5  thorpej 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     18