Re: Use of non-portable find options in Makefile.in
From: Peter Samuelson <peters_at_p12n.org>
Date: Tue, 4 Mar 2014 20:08:40 -0600
[Ben Reser]
Note also, if you _are_ worried about command line length limits, it's
cd subversion/tests/cmdline/svn-test-work; rm -fr *
Those long subdir prefixes on each filename argument really do add up.
> find . -name "*.gcda" -o -name "*.gcno" -print0 | xargs -0 rm -f --
Also, while -print0 and xargs -0 are not portable, the find | xargs
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.