Subject: PR/36603 CVS commit: pkgsrc/mk
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 08/31/2007 16:30:04
The following reply was made to PR pkg/36603; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36603 CVS commit: pkgsrc/mk
Date: Fri, 31 Aug 2007 16:30:11 +0000 (UTC)
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.