Date: Wed, 28 Sep 2005 13:48:12 +0100 From: Rui Paulo <rpaulo@fnop.net> To: Ceri Davies <ceri@submonkey.net>, Ken Smith <kensmith@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20050928124812.GA17908@proton.internal.fnop.net> In-Reply-To: <20050928124614.GJ94010@submonkey.net> References: <200509281239.j8SCd0WM012320@repoman.freebsd.org> <20050928124614.GJ94010@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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) |=20 | 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 --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (NetBSD) iD8DBQFDOpELZPqyxs9FH4QRAgUKAJwNcBgUPSGtbUWbnqfQt4hzBt9lsACfXARu cZV7ZOuDA7VygVHSwBhNwEQ= =VtZq -----END PGP SIGNATURE----- --wac7ysb48OaltWcw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050928124812.GA17908>