summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-24 01:22:30 +0000
committerobrien <obrien@FreeBSD.org>2000-01-24 01:22:30 +0000
commit3d91d4b50e14516d4e7a35827e63b8457158055b (patch)
tree822ef1ed0b19acfe6528dbd960f496825c0085eb /release/Makefile
parent1f56e7164ce5880ac5bf0b68ba22765621e02b34 (diff)
downloadFreeBSD-src-3d91d4b50e14516d4e7a35827e63b8457158055b.zip
FreeBSD-src-3d91d4b50e14516d4e7a35827e63b8457158055b.tar.gz
In the "cdrom" target it is best to write to the CDROM stage area, *NOT*
the FTP stage area.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 9ada74f..7ccaaf8 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -566,7 +566,7 @@ cdrom.1:
cp ${.CURDIR}/texts/$${i} ${CD_DISC1}; \
fi; \
if [ -f ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} ]; then \
- echo "=== Platform specifics for ${MACHINE_ARCH}" >> ${FD}/$${i}; \
+ echo "=== Platform specifics for ${MACHINE_ARCH}" >> ${CD_DISC1}/$${i}; \
cat ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} >> ${CD_DISC1}/$${i}; \
fi; \
done
OpenPOWER on IntegriCloud