diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-19 04:31:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-19 04:31:53 +0000 |
commit | d9ae4cd4b528a3180b4a7976e2ea0e4c2f787faa (patch) | |
tree | 530fced23d676deb1af0937f04e3c382eb115c1f /release | |
parent | c60183cc58664a0b709021eed9f05b4ba68d3f18 (diff) | |
download | FreeBSD-src-d9ae4cd4b528a3180b4a7976e2ea0e4c2f787faa.zip FreeBSD-src-d9ae4cd4b528a3180b4a7976e2ea0e4c2f787faa.tar.gz |
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..
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 73fad42..50d0fcf 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 |