NetBSD/distrib/acorn32/Makefile
martin b054f36b91 Insert a .WAIT between building of the bootloaders and the CD images,
trying to avoid a build issue as seen on the build cluster:

copying image /home/builds/ab/HEAD/acorn32/201808111340Z-obj/home/source/ab/HEAD/src/distrib/acorn32/ramdisk/ramdisk.fs into netbsd-INSTALL.tmp (2355200 bytes)
done copying image
exiting
rm -f netbsd-INSTALL.gz
cp: /home/builds/ab/HEAD/acorn32/201808111340Z-dest/usr/mdec/boot32,ffa: No such file or directory
2018-08-12 09:02:02 +00:00

17 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/08/12 09:02:02 martin Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
SUBDIR= ramdisk .WAIT kernels stand .WAIT cdroms
TARGETS+= release
release: check_RELEASEDIR
${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
${RELEASEDIR}/${RELEASEMACHINEDIR}/
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>