cvs commit: src/release Makefile
Rui Paulo
rpaulo at fnop.net
Wed Sep 28 05:51:12 PDT 2005
On 2005.09.28 13:46:14 +0100, Ceri Davies wrote:
| > | @@ -654,8 +654,10 @@ release.6:
| > | -czf ${RD}/dists/ports/ports.tgz -C /usr ports
| > | @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh
| > | @(cd ${RD}/dists/ports; \
| > | - rm -f CHECKSUM.MD5; \
| > | - md5 * > CHECKSUM.MD5)
| > | + rm -f .CHECKSUM.MD5 CHECKSUM.SHA256; \
| > | + md5 * > .CHECKSUM.MD5; \
| > | + sha256 * > CHECKSUM.SHA256; \
| > | + mv .CHECKSUM.MD5 CHECKSUM.MD5)
|
| Curiosity overcomes me; why the "md5 > .blah; mv .blah blah" dance?
Probably because of the previous instruction.
``sha256 *'' will not include hidden files and thus will not include
'.CHECKSUM.MD5'.
-- Rui Paulo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20050928/495fcd7b/attachment.bin
More information about the cvs-src
mailing list