Home | History | Annotate | Line # | Download | only in hpcmips
Makefile revision 1.24
      1 #	$NetBSD: Makefile,v 1.24 2003/01/03 15:34:33 lukem 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 			INSTALL_TX3912	${MINIROOT}	netbsd-TX3912
     13 MDSET_RELEASEDIR=	installation
     14 
     15 PBSDBOOTDIR=	${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot
     16 PBSDBOOT=	${PBSDBOOTDIR}/pbsdboot.uu
     17 PBSDBOOT1=	${PBSDBOOTDIR}/pbsdboot1.uu
     18 HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
     19 HPCBOOT=	${HPCBOOTDIR}/binary/MIPS/hpcboot.exe.uu
     20 
     21 .include "${DISTRIBDIR}/common/Makefile.mdset"
     22 
     23 release:: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
     24 	(cd ${RELEASEDIR}/${MACHINE}/installation; ${UUDECODE} ${PBSDBOOT1}; \
     25 	    chmod ${NONBINMODE} pbsdboot1.exe)
     26 	(cd ${RELEASEDIR}/${MACHINE}/installation; ${UUDECODE} ${PBSDBOOT}; \
     27 	    chmod ${NONBINMODE} pbsdboot.exe)
     28 	(cd ${RELEASEDIR}/${MACHINE}/installation; rm -f hpcboot.exe; \
     29 	    ${UUDECODE} -p ${HPCBOOT} >hpcboot.exe ; \
     30 	    chmod ${NONBINMODE} hpcboot.exe)
     31 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation '*.gz' '*.exe'
     32 
     33 .include <bsd.prog.mk>
     34