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 <futat...@yf.bsdclub.org>/<futat...@poem.co.jp>

Reply via email to