Cross Reference: Makefile
xref: /src/distrib/arc/instkernel/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/arc/instkernel/
Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2002/04/14 14:14:16 tsutsui Exp $
2
3.include <bsd.own.mk>
4.include "${_SRC_TOP_}/distrib/Makefile.inc"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8MDSETTARGETS=	RAMDISK ${RAMDISK} -
9
10netbsd.RAMDISK.post=	OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
11			    ${OBJCOPY} -O ecoff-littlemips \
12			    -R .mdebug -R .ident \
13			    netbsd.tmp netbsd.tmp.ecoff && \
14			    gzip -9f netbsd.tmp.ecoff && \
15			    mv netbsd.tmp.ecoff.gz netbsd.RAMDISK.ecoff.gz
16
17CLEANFILES+=	netbsd.tmp.ecoff netbsd.RAMDISK.ecoff netbsd.RAMDISK.ecoff.gz
18
19KERNBINDIR=	${RELEASEDIR}/binary/kernel
20
21release: check_RELEASEDIR .WAIT netbsd.RAMDISK.gz netbsd.RAMDISK.ecoff.gz
22	-mkdir -p ${KERNBINDIR}
23	${RELINSTALL} netbsd.RAMDISK.gz netbsd.RAMDISK.symbols.gz \
24	    netbsd.RAMDISK.ecoff.gz ${KERNBINDIR}
25
26.include "${DISTRIBDIR}/common/Makefile.mdset"
27
28.include <bsd.prog.mk>
29

Indexes created Tue Dec 16 19:09:34 GMT 2025