Content-Length: 260225 | pFad | http://github.com/postgrespro/postgres/commit/0d3b2b80aa6aee753f372bb0300a131691e9f55c

F9 Have lcov call the right gcov · postgrespro/postgres@0d3b2b8 · GitHub
Skip to content

Commit 0d3b2b8

Browse files
committed
Have lcov call the right gcov
By default, lcov will call whatever gcov it can find in the path. But if the user has specified a different gcov to configure, this could be incompatible. So tell lcov explicitly with an option which gcov program to call.
1 parent e3fd932 commit 0d3b2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ gcda_files := $(wildcard *.gcda)
779779

780780
lcov.info: $(gcda_files)
781781
rm -f *.gcov
782-
$(if $^,$(LCOV) -d . -c -o $@ $(LCOVFLAGS))
782+
$(if $^,$(LCOV) -d . -c -o $@ $(LCOVFLAGS) --gcov-tool $(GCOV))
783783

784784
%.c.gcov: %.gcda | lcov.info
785785
$(GCOV) -b -f -p -o . $(GCOVFLAGS) $*.c >$*.c.gcov.out

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/0d3b2b80aa6aee753f372bb0300a131691e9f55c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy