summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-12-21 14:42:35 +0000
committerkensmith <kensmith@FreeBSD.org>2009-12-21 14:42:35 +0000
commite81b89619bf77cd5706b78e01c14338c1fd77aec (patch)
treefed6ac458271ce881813a21b1f4676e1f7b13099 /release
parent132a24cf05607288857e126d81f1b2219e4591ac (diff)
downloadFreeBSD-src-e81b89619bf77cd5706b78e01c14338c1fd77aec.zip
FreeBSD-src-e81b89619bf77cd5706b78e01c14338c1fd77aec.tar.gz
Add "FreeBSD-" to the beginning of the filenames for the ISO images.
People who collect ISOs from more than just us have been requesting this for a while. MFC after: 1 week
Diffstat (limited to 'release')
-rw-r--r--release/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/release/Makefile b/release/Makefile
index d2f0dbc..03a1162 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1128,36 +1128,36 @@ iso.1:
.if defined(CD_BOOT)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
FreeBSD_bootonly \
- ${CD}/${BUILDNAME}-${TARGET}-bootonly.iso ${CD_BOOT}
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-bootonly.iso ${CD_BOOT}
.endif
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
FreeBSD_Install \
- ${CD}/${BUILDNAME}-${TARGET}-disc1.iso ${CD_DISC1} \
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-disc1.iso ${CD_DISC1} \
${CD_DISC1_PKGS}
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh \
FreeBSD_Packages \
- ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2} \
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2} \
${CD_DISC2_PKGS}
.if defined(MAKE_DVD)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
FreeBSD_Install \
- ${CD}/${BUILDNAME}-${TARGET}-dvd1.iso ${CD_DVD1} \
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-dvd1.iso ${CD_DVD1} \
${CD_DVD1_PKGS}
.endif
.if !defined(NODOC)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh \
FreeBSD_Documentation \
- ${CD}/${BUILDNAME}-${TARGET}-disc3.iso ${CD_DOCS} \
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-disc3.iso ${CD_DOCS} \
${CD_DOCS_PKGS}
.endif
.if defined(SEPARATE_LIVEFS)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
FreeBSD_LiveFS \
- ${CD}/${BUILDNAME}-${TARGET}-livefs.iso ${CD_LIVEFS}
+ ${CD}/FreeBSD-${BUILDNAME}-${TARGET}-livefs.iso ${CD_LIVEFS}
.endif
@echo "Generating MD5 and SHA256 sums..."
- @(cd ${CD} && md5 *.iso > ${BUILDNAME}-${TARGET}-iso.CHECKSUM.MD5)
- @(cd ${CD} && sha256 *.iso > ${BUILDNAME}-${TARGET}-iso.CHECKSUM.SHA256)
+ @(cd ${CD} && md5 *.iso > FreeBSD-${BUILDNAME}-${TARGET}-iso.CHECKSUM.MD5)
+ @(cd ${CD} && sha256 *.iso > FreeBSD-${BUILDNAME}-${TARGET}-iso.CHECKSUM.SHA256)
touch ${.TARGET}
.else
@echo "Do not know how to create an ISO for ${TARGET_ARCH}."
OpenPOWER on IntegriCloud