From a1b193b54082e5e7e029922f9b90c963e9bb11cd Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 31 Mar 2005 16:19:26 +0000 Subject: - Move the doc project docs over to disc2 to free up some room for future bloat on disc1. - Output a message letting the user know that we are generating MD5 sums during the long pause after the last mkisofs invocation in the iso.1 target. MFC after: 3 days --- release/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'release/Makefile') diff --git a/release/Makefile b/release/Makefile index e5958fcbacdb..8b451ff9f541 100644 --- a/release/Makefile +++ b/release/Makefile @@ -945,6 +945,16 @@ cdrom.2: @mkdir -p ${CD_DISC2} @echo "CD_VERSION = ${BUILDNAME}" > ${CD_DISC2}/cdrom.inf @echo "CD_VOLUME = 2" >> ${CD_DISC2}/cdrom.inf +.if !defined(NODOC) + @mkdir -p ${CD_DISC2}/usr/share/doc + @for i in `ls ${CD_LIVEFS}/usr/share/doc`; do \ + if [ -L ${CD_LIVEFS}/usr/share/doc/$$i -o \ + -d /usr/doc/$$i ]; then \ + mv ${CD_LIVEFS}/usr/share/doc/$$i \ + ${CD_DISC2}/usr/share/doc; \ + fi \ + done +.endif touch ${.TARGET} # @@ -998,6 +1008,7 @@ iso.1: FreeBSD_LiveFS \ ${CD}/${BUILDNAME}-${TARGET}-livefs.iso ${CD_LIVEFS} .endif + @echo "Generating MD5 sums..." @(cd ${CD} && md5 *.iso > ${BUILDNAME}-${TARGET}-iso.CHECKSUM.MD5) touch ${.TARGET} .else -- cgit v1.2.3