Cross Reference: Makefile
xref: /src/distrib/hpcmips/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/hpcmips/
Makefile revision 1.19
1#	$NetBSD: Makefile,v 1.19 2002/05/02 18:02:35 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6.include <bsd.kernobj.mk>
7
8MINIROOTOBJ!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
9MINIROOT=	${MINIROOTOBJ}/miniroot.fs
10MDSETTARGETS=	RAMDISK		${MINIROOT}	netbsd		\
11		INSTALL_TX3912	${MINIROOT}	netbsd.TX3912
12
13MDSET_RELEASEDIR=	installation
14
15PBSDBOOTDIR=	${KERNSRCDIR}/arch/${MACHINE}/stand/pbsdboot
16PBSDBOOT=	${PBSDBOOTDIR}/pbsdboot.uu
17PBSDBOOT1=	${PBSDBOOTDIR}/pbsdboot1.uu
18HPCBOOTDIR=	${KERNSRCDIR}/arch/hpc/stand
19HPCBOOT=	${HPCBOOTDIR}/binary/MIPS/hpcboot.exe.uu
20
21release: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
22	(cd ${RELEASEDIR}/installation; ${UUDECODE} ${PBSDBOOT1}; \
23	    chmod ${NONBINMODE} pbsdboot1.exe)
24	(cd ${RELEASEDIR}/installation; ${UUDECODE} ${PBSDBOOT}; \
25	    chmod ${NONBINMODE} pbsdboot.exe)
26	(cd ${RELEASEDIR}/installation; rm -f hpcboot.exe; \
27	    ${UUDECODE} -p ${HPCBOOT} >hpcboot.exe ; \
28	    chmod ${NONBINMODE} hpcboot.exe)
29	${MAKESUMS} -t ${RELEASEDIR}/installation '*.gz' '*.exe'
30
31.include "${DISTRIBDIR}/common/Makefile.mdset"
32
33.include <bsd.prog.mk>
34

Indexes created Sat Nov 29 00:09:30 GMT 2025