Home | History | Annotate | Line # | Download | only in etc.ews4800mips
Makefile.inc revision 1.2
      1  1.2  tsutsui #	$NetBSD: Makefile.inc,v 1.2 2006/01/09 01:36:29 tsutsui 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.1  tsutsui KERNEL_SETS=		GENERIC
      8  1.1  tsutsui 
      9  1.1  tsutsui BUILD_KERNELS=	 	RAMDISK
     10  1.1  tsutsui 
     11  1.2  tsutsui MD_INSTALLATION_DIRS=	installation/floppy installation/boot
     12  1.2  tsutsui 
     13  1.2  tsutsui INSTALLATION_DIRS+=	${MD_INSTALLATION_DIRS}
     14  1.2  tsutsui 
     15  1.2  tsutsui snap_md_post:
     16  1.2  tsutsui 	# install bootloader binaries in boot directory
     17  1.2  tsutsui 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot \
     18  1.2  tsutsui 	    ${RELEASEDIR}/${MACHINE}/installation/boot
     19  1.2  tsutsui 	${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/boot.coff \
     20  1.2  tsutsui 	    ${RELEASEDIR}/${MACHINE}/installation/boot
     21  1.2  tsutsui 
     22  1.2  tsutsui 	# compute checksums
     23  1.2  tsutsui .for dir in ${MD_INSTALLATION_DIRS}
     24  1.2  tsutsui 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/${dir} '*'
     25  1.2  tsutsui .endfor
     26