Cross Reference: Makefile
xref: /src/distrib/hpcmips/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/hpcmips/
Makefile revision 1.22
1#	$NetBSD: Makefile,v 1.22 2002/09/24 12:15:11 shin 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
10
11MDSETTARGETS=		RAMDISK		${MINIROOT}	netbsd		\
12			INSTALL_TX3912	${MINIROOT}	netbsd.TX3912
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
21.include "${DISTRIBDIR}/common/Makefile.mdset"
22
23release:: check_RELEASEDIR .WAIT ${PBSDBOOT1} ${PBSDBOOT} ${HPCBOOT}
24	(cd ${RELEASEDIR}/installation; ${UUDECODE} ${PBSDBOOT1}; \
25	    chmod ${NONBINMODE} pbsdboot1.exe)
26	(cd ${RELEASEDIR}/installation; ${UUDECODE} ${PBSDBOOT}; \
27	    chmod ${NONBINMODE} pbsdboot.exe)
28	(cd ${RELEASEDIR}/installation; rm -f hpcboot.exe; \
29	    ${UUDECODE} -p ${HPCBOOT} >hpcboot.exe ; \
30	    chmod ${NONBINMODE} hpcboot.exe)
31	${MAKESUMS} -t ${RELEASEDIR}/installation '*.gz' '*.exe'
32
33.include <bsd.prog.mk>
34

Indexes created Sun Dec 07 20:09:42 GMT 2025