Subject: CVS commit: pkgsrc/graphics/vtk-docs
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2006 16:30:08
Module Name:	pkgsrc
Committed By:	tv
Date:		Fri Nov 10 16:30:08 UTC 2006

Modified Files:
	pkgsrc/graphics/vtk-docs: Makefile

Log Message:
For some reason, Interix "find ... -exec" leaks a little bit of memory,
which on large trees involving thousands of -exec's, makes find turn
into a humongous process.  It's faster on most systems to use other
methods anyway, so use xargs where practical, or pipe to a
"while read f; do ..." loop and let the shell do what it was meant
to do -- run programs.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/vtk-docs/Makefile

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