aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-01-19 04:31:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-01-19 04:31:53 +0000
commita177c01fae4ec3297ff25e097b930b7656fd337c (patch)
tree530fced23d676deb1af0937f04e3c382eb115c1f
parent779092a489af71ac21d78870132207e85f59224a (diff)
downloadsrc-a177c01fae4ec3297ff25e097b930b7656fd337c.tar.gz
src-a177c01fae4ec3297ff25e097b930b7656fd337c.zip
Use checksum-recursive rather than fetch-recursive-list in PREFETCHDISTFILES
so as to catch errors ASAP rather than later between the ports cvs checkout and docs cvs checkout. If a distfile doesn't checksum OK, it is very hard to restart the release with "make rerelease" as that target assumes all the cvs checkout's happened OK, and if that is not the case the cvs update that is attempted fails..
Notes
Notes: svn path=/head/; revision=109516
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 73fad429cecf..50d0fcfa43fa 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -386,7 +386,7 @@ rerelease release:
cd ${CHROOTDIR}/usr/ports/$$i && \
make PORTSDIR=${CHROOTDIR}/usr/ports BATCH=yes \
WITHOUT_X11=yes JADETEX=no WITHOUT_PYTHON=yes \
- fetch-recursive ; \
+ checksum-recursive ; \
done
.endif
.endif