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