[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: find usage of gcov-clean target in Makefile.in

From: Yasuhito FUTATSUKI <futatuki_at_poem.co.jp>
Date: Thu, 5 Dec 2019 10:44:37 +0900

On 2019/12/05 10:31, Yasuhito FUTATSUKI wrote:
> I'm sorry for the delay.
>
> On 2019/11/29 6:17, Daniel Shahaf wrote:
>> Yasuhito FUTATSUKI wrote on Fri, Nov 29, 2019 at 00:15:48 +0900:
>>> Hi, while I do 'make distclean', I find odd `find' usage.
>>>
>>> In Makefile.in:
>>>> gcov-clean:
>>>>      rm -f gcov-lcov.dat gcov-lcov.log gcov-genhtml.log
>>>>      rm -rf gcov-report
>>>>      find . -name "*.gcda" -o -name "*.gcno" -exec rm -f -- {} \;
>>>
>>> Is it intended below ?
>>>      find . \( -name  "*.gcda" -o -name "*.gcno" \) -exec rm -f -- {}\;
>>>> I believe so, yes.  Good catch.

<snip>

> Anyway, we should fix this operator priority issue, so I'll do it first.

Done in 1870857.

Cheers,

-- 
Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org>/<futatuki_at_poem.co.jp>
Received on 2019-12-05 02:45:50 CET

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.