summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-12-10 16:35:44 +0000
committerbmah <bmah@FreeBSD.org>2002-12-10 16:35:44 +0000
commit2efe31ec152c787316f23df2135be7d52c869fa4 (patch)
tree7f756dac5b178e48c87d9f65389a11cd0978255b /release
parentf38706bfe36c0d39acbc23267dd65c4302d89028 (diff)
downloadFreeBSD-src-2efe31ec152c787316f23df2135be7d52c869fa4.zip
FreeBSD-src-2efe31ec152c787316f23df2135be7d52c869fa4.tar.gz
Add ${BUILDNAME} and ${TARGET} to the filenames of ISO images
generated during release builds. For the most part, re@ was doing this manually before putting ISO images on ftp-master, but not always. This should make naming more consistent and descriptive. Requested by: jason andrade <jason@dstc.edu.au>, hubs@ Approved by: re (rwatson) MFC after: 1 month
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 347a09b..beec7b4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -892,12 +892,12 @@ iso.1:
@if [ -r ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ]; then \
echo "Creating ISO images..."; \
sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
- fbsd_miniinst ${CD}/miniinst.iso ${CD_DISC1}; \
+ fbsd_miniinst ${CD}/${BUILDNAME}-${TARGET}-miniinst.iso ${CD_DISC1}; \
sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
- fbsd_livefs ${CD}/disc2.iso ${CD_DISC2}; \
+ fbsd_livefs ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2}; \
if [ "x${CD_EXTRA_BITS}" != "x" ]; then \
sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
- fbsd_boot ${CD}/disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS} \
+ fbsd_boot ${CD}/${BUILDNAME}-${TARGET}-disc1.iso ${CD_DISC1} ${CD_EXTRA_BITS} \
&& false; \
fi \
else \
OpenPOWER on IntegriCloud