Home | History | Annotate | Line # | Download | only in etc.ews4800mips
Makefile.inc revision 1.3
      1  1.3    pavel #	$NetBSD: Makefile.inc,v 1.3 2007/07/24 10:49:25 pavel Exp $
      2  1.1  tsutsui #
      3  1.1  tsutsui #	etc.ews4800mips/Makefile.inc --
      4  1.1  tsutsui #		ews4800mips-specific etc Makefile targets
      5  1.1  tsutsui #
      6  1.1  tsutsui 
      7  1.3    pavel # If you change the list of distributed kernels, don't forget
      8  1.3    pavel # to update the release documentation in distrib/notes/common/contents
      9  1.3    pavel 
     10  1.1  tsutsui KERNEL_SETS=		GENERIC
     11  1.1  tsutsui 
     12  1.1  tsutsui BUILD_KERNELS=	 	RAMDISK
     13  1.1  tsutsui 
     14  1.2  tsutsui MD_INSTALLATION_DIRS=	installation/floppy installation/boot
     15  1.2  tsutsui 
     16  1.2  tsutsui INSTALLATION_DIRS+=	${MD_INSTALLATION_DIRS}
     17  1.2  tsutsui 
     18  1.2  tsutsui snap_md_post:
     19  1.2  tsutsui 	# install bootloader binaries in boot directory
     20  1.2  tsutsui 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
     21  1.2  tsutsui 	    ${RELEASEDIR}/${MACHINE}/installation/boot
     22  1.2  tsutsui 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot.coff \
     23  1.2  tsutsui 	    ${RELEASEDIR}/${MACHINE}/installation/boot
     24  1.2  tsutsui 
     25  1.2  tsutsui 	# compute checksums
     26  1.2  tsutsui .for dir in ${MD_INSTALLATION_DIRS}
     27  1.2  tsutsui 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/${dir} '*'
     28  1.2  tsutsui .endfor
     29