summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-17 17:49:57 +0000
committerru <ru@FreeBSD.org>2003-03-17 17:49:57 +0000
commit33a15c8192812c88964e9ee42c869a8941055f11 (patch)
tree65037e81d86674fe7aeb530f148c32f3a6b74a73
parent000ffcaa0558093ea28d9abc496e128814676d63 (diff)
downloadFreeBSD-src-33a15c8192812c88964e9ee42c869a8941055f11.zip
FreeBSD-src-33a15c8192812c88964e9ee42c869a8941055f11.tar.gz
Unbreak iso.1.
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 9890d42..3c40f98 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -906,14 +906,14 @@ cdrom.1:
touch cdrom.1
iso.1:
-.if exist(${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh)
+.if exists(${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh)
@echo "Creating ISO images..."
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
fbsd_miniinst \
${CD}/${BUILDNAME}-${TARGET}-miniinst.iso ${CD_DISC1}; \
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
fbsd_livefs \
- ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2}; \
+ ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2}
.if defined(CD_EXTRA_BITS)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh \
${BOOTABLE} fbsd_boot \
@@ -923,7 +923,7 @@ iso.1:
.endif
touch iso.1
.else
- @echo "Do not know how to create an ISO for ${TARGET_ARCH}."; \
+ @echo "Do not know how to create an ISO for ${TARGET_ARCH}."
.endif
#
OpenPOWER on IntegriCloud