Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)

This commit is contained in:
Joerg Wunsch 1997-03-14 08:21:09 +00:00
parent b225fe2740
commit ff7c711c58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23883

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.284 1997/03/12 02:42:55 jkh Exp $
# $Id: Makefile,v 1.285 1997/03/12 18:09:15 joerg Exp $
#
# How to roll a release:
#
@ -485,13 +485,11 @@ cdrom.1:
# NOTE: Both ftp.1 and cdrom.1 must be run before this target or it will die
# a quick and gruesome death. We also expect the release engineer to
# manually populate ports/distfiles on the 2nd CDROM.
+
ports.1:
tar -cBf - -C /usr ports | tar xBpf - -C ${CD_DISC2} && \
mkdir -p ${CD_DISC1}/ports && tar -czf ${CD_DISC1}/ports/ports.tgz -C /usr ports && \
cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install
.sh && \
(cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5) &&
cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh && \
(cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5) && \
tar -cBf - -C ${CD_DISC1} ports | tar -xBf - -C ${FD}