Commit graph

6 commits

Author SHA1 Message Date
tv
1124f19fc8 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.
2006-11-10 16:30:08 +00:00
rillig
d3e0755bac Fixed pkglint -Wall warnings. 2006-01-29 03:32:17 +00:00
joerg
36b1417ad4 Use find instead of pax -rw, the latter overflows the argument buffer
on DragonFly.
2005-12-30 23:47:48 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
drochner
af70b77674 import HTML documentation for vtk-4.2 from -wip 2004-08-02 13:17:27 +00:00