summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-04-30 13:52:09 +0000
committerkensmith <kensmith@FreeBSD.org>2004-04-30 13:52:09 +0000
commit8c50fd4dbec17eff259e6c1d773ac5b92dfb0f48 (patch)
treebf6f4933c1648f945b87e7ffe5261243e03384e0 /release/Makefile
parent8907ccc02c1b4b18e84b32cdadda13ea2fad64f3 (diff)
downloadFreeBSD-src-8c50fd4dbec17eff259e6c1d773ac5b92dfb0f48.zip
FreeBSD-src-8c50fd4dbec17eff259e6c1d773ac5b92dfb0f48.tar.gz
Sorry for doing this backwards, but as with most release related stuff
we only pay attention to it during release time and at the moment it's a -stable release in progress. This is a MFS I guess, moving rev 1.536.2.113 to HEAD. I ran out of time to follow through with doing this last night. Sorry for the delay. Adding a couple of variables to make tweaking the CD-ROM label and .iso filenames easier.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 366ff58..9ab12269 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -115,6 +115,12 @@ DOMINIMALDOCPORTS= YES
RELEASEPORTSMODULE= ${MINIMALDOCPORTS}
.endif
+# Make changing names of disc1/disc2 CD's possible.
+DISC1_LABEL?= fbsd_miniinst
+DISC1_NAME?= miniinst
+DISC2_LABEL?= fbsd_livefs
+DISC2_NAME?= disc2
+
# Helper variable
.if defined(NOPORTS)
.if !defined(DOMINIMALDOCPORTS) || ${DOMINIMALDOCPORTS} != "YES"
@@ -416,6 +422,10 @@ release rerelease:
BOOT_CONFIG \
BUILDNAME \
CD_EXTRA_BITS \
+ DISC1_LABEL \
+ DISC1_NAME \
+ DISC2_LABEL \
+ DISC2_NAME \
DISTRIBUTIONS \
DOC_LANG \
DOMINIMALDOCPORTS \
@@ -925,11 +935,11 @@ iso.1:
${CD}/${BUILDNAME}-${TARGET}-bootonly.iso ${CD_BOOT}
.endif
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
- fbsd_miniinst \
- ${CD}/${BUILDNAME}-${TARGET}-miniinst.iso ${CD_DISC1}
+ ${DISC1_LABEL} \
+ ${CD}/${BUILDNAME}-${TARGET}-${DISC1_NAME}.iso ${CD_DISC1}
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
- fbsd_livefs \
- ${CD}/${BUILDNAME}-${TARGET}-disc2.iso ${CD_DISC2}
+ ${DISC2_LABEL} \
+ ${CD}/${BUILDNAME}-${TARGET}-${DISC2_NAME}.iso ${CD_DISC2}
.if defined(CD_EXTRA_BITS)
@sh ${.CURDIR}/${TARGET_ARCH}/mkisoimages.sh ${BOOTABLE} \
fbsd_boot \
OpenPOWER on IntegriCloud