Home | History | Annotate | Line # | Download | only in etc.shark
Makefile.inc revision 1.1
      1  1.1  pooka #	$NetBSD: Makefile.inc,v 1.1 2002/02/10 19:30:42 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka #	etc.shark/Makefile.inc -- shark-specific etc Makefile targets
      4  1.1  pooka #
      5  1.1  pooka 
      6  1.1  pooka KERNEL_SETS=		GENERIC
      7  1.1  pooka 
      8  1.1  pooka BUILD_KERNELS=		INSTALL
      9  1.1  pooka 
     10  1.1  pooka INSTALLATION_DIRS+=	installation/kernel \
     11  1.1  pooka 			installation/misc
     12  1.1  pooka 
     13  1.1  pooka # Build the release notes and boot floppies and install them
     14  1.1  pooka snap_md_post:
     15  1.1  pooka .ifndef UPDATE
     16  1.1  pooka 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     17  1.1  pooka .endif
     18  1.1  pooka 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     19  1.1  pooka 	cd ${.CURDIR}/../distrib/shark && ${MAKE} release
     20  1.1  pooka 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     21  1.1  pooka 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
     22  1.1  pooka 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
     23