Home | History | Annotate | Line # | Download | only in hpcsh
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2002/07/02 04:14:36 itojun Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .include <bsd.kernobj.mk>
      7 
      8 MINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      9 MINIROOT=	${MINIROOTOBJ}/miniroot.fs
     10 
     11 MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd
     12 MDSET_RELEASEDIR=	installation
     13 
     14 HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
     15 HPCBOOT_SH3=	${HPCBOOTDIR}/binary/SH3/hpcboot.exe.uu
     16 HPCBOOT_SH4=	${HPCBOOTDIR}/binary/SH4/hpcboot.exe.uu
     17 
     18 release:: check_RELEASEDIR .WAIT ${HPCBOOT_SH3} ${HPCBOOT_SH4}
     19 	(cd ${RELEASEDIR}/installation; rm -f hpcboot-sh3.exe; \
     20 	    ${UUDECODE} -p ${HPCBOOT_SH3} >hpcboot-sh3.exe ; \
     21 	    chmod ${NONBINMODE} hpcboot-sh3.exe)
     22 	(cd ${RELEASEDIR}/installation; rm -f hpcboot-sh4.exe; \
     23 	    ${UUDECODE} -p ${HPCBOOT_SH4} >hpcboot-sh4.exe ; \
     24 	    chmod ${NONBINMODE} hpcboot-sh4.exe)
     25 	${MAKESUMS} -t ${RELEASEDIR}/installation '*.gz' '*.exe'
     26 
     27 .include "${DISTRIBDIR}/common/Makefile.mdset"
     28 
     29 .include <bsd.prog.mk>
     30