Cause an error condition to be sensed by make(1) if we have trouble

making the ISO.
This commit is contained in:
David E. O'Brien 2001-09-03 20:27:03 +00:00
parent d0f44c4dad
commit 2c1763d430
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82887

View File

@ -790,6 +790,7 @@ iso.1:
if [ "x${CD_EXTRA_BITS}" != "x" ]; then \
sh ${.CURDIR}/${MACHINE_ARCH}/mkisoimages.sh -b fbsd_boot \
${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS}; \
&& false; \
fi \
else \
echo "Do not know how to create an ISO for ${MACHINE_ARCH}."; \