Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/31/2007 16:30:11
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Aug 31 16:30:11 UTC 2007

Modified Files:
	pkgsrc/mk: bsd.pkg.barrier.mk
	pkgsrc/mk/checksum: bsd.checksum.mk checksum.mk

Log Message:
Introduce a new target "checksum-phase" which is used as a dependency
target by pkgsrc.  This new target computes checksums only up until
the extract phase is complete.

The "checksum" target is now a target that can always be run by the
user at any time, regardless of the presence of the work directory.

These changes were proposed in PR pkg/36603 by Robert Elz.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/mk/bsd.pkg.barrier.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/mk/checksum/bsd.checksum.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/mk/checksum/checksum.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.