Home | History | Annotate | Line # | Download | only in etc.netwinder
Makefile.inc revision 1.1
      1  1.1  matt #	$NetBSD: Makefile.inc,v 1.1 2001/08/22 18:34:48 matt 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.1  matt # Set this for any kernels beyond GENERIC you want to include
      7  1.1  matt # in the distribution.
      8  1.1  matt #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.1  matt #	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
     21  1.1  matt #	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
     22