Home | History | Annotate | Line # | Download | only in acorn32
Makefile revision 1.14
      1 # $NetBSD: Makefile,v 1.14 2002/05/02 18:02:17 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 SUBDIR=		ramdisk .WAIT kernels
      7 TARGETS+=	release
      8 
      9 release: check_RELEASEDIR
     10 	cd ${NETBSDSRCDIR}/sys/arch/acorn32/stand && \
     11 		./export-BtNetBSD && \
     12 		rm -f ${RELEASEDIR}/installation/misc/BtNetBSD.tgz && \
     13 		gzip -9 -c BtNetBSD.tar > \
     14 		    ${RELEASEDIR}/installation/misc/BtNetBSD.tgz && \
     15 		rm -f BtNetBSD.tar && \
     16 		mv -f BtNetBSD.zip ${RELEASEDIR}/installation/misc && \
     17 		${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
     18 		    ${RELEASEDIR}/
     19 	cd ${.CURDIR} && \
     20 		rm -f ${RELEASEDIR}/installation/misc/gzip_ff8.bin && \
     21 		uudecode < gzip_ff8.bin.uue && \
     22 		mv -f gzip_ff8.bin ${RELEASEDIR}/installation/misc/
     23 
     24 .include <bsd.subdir.mk>
     25