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