summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-03 20:27:03 +0000
committerobrien <obrien@FreeBSD.org>2001-09-03 20:27:03 +0000
commit13be009ee5e1da38c0ccf944ac011cd762cceb6d (patch)
treead515c197187b0b9624ab9f570b1ceb029698435 /release
parent165aca5d8cdf206ae0c27c5733f52a745d55752d (diff)
downloadFreeBSD-src-13be009ee5e1da38c0ccf944ac011cd762cceb6d.zip
FreeBSD-src-13be009ee5e1da38c0ccf944ac011cd762cceb6d.tar.gz
Cause an error condition to be sensed by make(1) if we have trouble
making the ISO.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index d6ca2b7..4bedf43 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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}."; \
OpenPOWER on IntegriCloud