Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2006 16:41:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jun  9 16:41:09 UTC 2006

Modified Files:
	pkgsrc/mk/check: check-files.mk
	pkgsrc/mk/flavor/pkg: depends.mk metadata.mk
	pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
make(1) will automatically delete partially made targets if the target
creation fails, so remove instances where temporary files were created
then moved to the final target filename, and just directly create the
target.  This is just for brevity/clarity, and saves a few tool calls.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/check/check-files.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/flavor/pkg/depends.mk \
    pkgsrc/mk/flavor/pkg/metadata.mk
cvs rdiff -r1.9 -r1.10 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.