Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2006 04:31:47
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Jun  4 04:31:47 UTC 2006

Modified Files:
	pkgsrc/mk: bsd.pkg.extract.mk bsd.pkg.mk bsd.pkg.patch.mk
	pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
Drop the use of _ACQUIRE_LOCK and _RELEASE_LOCK and replace with
acquire-lock and release-lock macro targets.  Take advantage of using
a make target by breaking up the _ACQUIRE_LOCK script into smaller
pieces, and make better use of the *_MSG definitions for printing
messages within the acquire-lock and release-lock targets.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/mk/bsd.pkg.extract.mk
cvs rdiff -r1.1828 -r1.1829 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.21 -r1.22 pkgsrc/mk/bsd.pkg.patch.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

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