Cross Reference: Makefile
xref: /src/distrib/sgimips/cdroms/installcd/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/sgimips/cdroms/installcd/
Makefile revision 1.3
11.3Smartin#	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:22 martin Exp $
21.1SbouyerCDBASE=		sgimipscd		# gives ${CDBASE}.iso
31.1SbouyerCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
41.3SmartinCDRELEASE_NODEBUG=	true
51.1SbouyerCDKERNELS=	netbsd-INSTALL32_IP2x.gz ip2x
61.1SbouyerCDKERNELS+=	netbsd-INSTALL32_IP3x.gz ip3x
71.1SbouyerCDINSTKERNEL=	../../instkernel
81.1Sbouyer
91.1SbouyerSGIVOLHDR.size= 4096
101.1Sbouyer
111.1Sbouyerimage_md_post:
121.1Sbouyer	@echo "Prepending SGI volume header:"
131.2Sjmcneill	mv ${CDIMAGE} ${CDIMAGE}.tmp
141.2Sjmcneill	dd if=/dev/zero of=${CDIMAGE} bs=512 count=${SGIVOLHDR.size}
151.2Sjmcneill	dd if=${CDIMAGE}.tmp of=${CDIMAGE} bs=512 seek=${SGIVOLHDR.size}
161.2Sjmcneill	${TOOLDIR}/bin/nbsgivol -f -i -h ${SGIVOLHDR.size} ${CDIMAGE}
171.2Sjmcneill	${TOOLDIR}/bin/nbsgivol -f -w aoutboot ${DESTDIR}/usr/mdec/aoutboot ${CDIMAGE}
181.2Sjmcneill	${TOOLDIR}/bin/nbsgivol -f -w ip2xboot ${DESTDIR}/usr/mdec/ip2xboot ${CDIMAGE}
191.2Sjmcneill	${TOOLDIR}/bin/nbsgivol -f -w ip3xboot ${DESTDIR}/usr/mdec/ip3xboot ${CDIMAGE}
201.2Sjmcneill	${RM} -f ${CDIMAGE}.tmp
211.1Sbouyer
221.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
231.1Sbouyer
24

Indexes created Sat Dec 06 21:09:33 GMT 2025