Home | History | Annotate | Line # | Download | only in etc.netwinder
Makefile.inc revision 1.4
      1  1.4    bjh21 #	$NetBSD: Makefile.inc,v 1.4 2002/03/31 16:07:55 bjh21 Exp $
      2  1.1     matt #
      3  1.1     matt #	etc.netwinder/Makefile.inc -- netwinder-specific etc Makefile targets
      4  1.1     matt #
      5  1.1     matt 
      6  1.2  thorpej KERNEL_SETS=		GENERIC
      7  1.2  thorpej 
      8  1.2  thorpej #BUILD_KERNELS=		INSTALL
      9  1.1     matt 
     10  1.1     matt #INSTALLATION_DIRS+=	installation/kernel installation/misc
     11  1.1     matt 
     12  1.1     matt # Build the release notes and boot floppies and install them
     13  1.1     matt snap_md_post:
     14  1.1     matt .ifndef UPDATE
     15  1.1     matt 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16  1.1     matt .endif
     17  1.1     matt #	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18  1.1     matt #	cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
     19  1.1     matt 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20  1.4    bjh21 #	${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
     21  1.4    bjh21 #	${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
     22