Subject: CVS commit: pkgsrc/mk/flavor/pkg
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 10/09/2006 01:40:49
Module Name:	pkgsrc
Committed By:	rillig
Date:		Mon Oct  9 01:40:49 UTC 2006

Modified Files:
	pkgsrc/mk/flavor/pkg: depends.mk

Log Message:
Replaced the pipe operator with temporary files, since the former hides
errors. Now "make depends" stops on dependency directories that don't
exist.

The dependencies are first extracted into two temporary files and then
combined with cat(1) because otherwise "make depends" passes silently on
errors when it is called for the second time. Somehow ${.TARGET} didn't
get removed.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/mk/flavor/pkg/depends.mk

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