Re: find usage of gcov-clean target in Makefile.in
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Nov 2019 21:17:54 +0000
Yasuhito FUTATSUKI wrote on Fri, Nov 29, 2019 at 00:15:48 +0900:
I believe so, yes. Good catch.
> I also want to insert `-name ".svn" -prune -or ' to avoid searching
Is -prune portable? I don't see it in the POSIX spec of find(1).
Is there a way to avoid find(1) altogether here? For example, by skipping this
Would the following be correct? —
I deliberately did the «rm» after the «find» to make the target
Alternatively, you could sidestep the problem entirely by doing an out-of-tree
Cheers,
Daniel
|
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.