Touch ftp.1 and cdrom.1 when those stages are done to speed up make

rerelease when a release dies very late.
This commit is contained in:
John Baldwin 2000-08-21 22:42:09 +00:00
parent 4f9d9dc272
commit 9999fb1546
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64900

View File

@ -625,6 +625,7 @@ ftp.1:
.if !defined(NOPORTS)
@tar --exclude CVS -cBf - -C ${CD_DISC1} ports | tar -xBf - -C ${FD}
.endif
touch ftp.1
#
# --==## Setup a suitable cdrom-area ##==--
@ -670,6 +671,7 @@ cdrom.1:
cp ${.CURDIR}/scripts/ports-install.sh ${CD_DISC1}/ports/install.sh \
&& (cd ${CD_DISC1}/ports; md5 * > CHECKSUM.MD5)
.endif
touch cdrom.1
doc.1:
@echo "Making docs..."