projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5876c
)
Call genhtml with --prefix option so local build paths don't appear in the
author
Peter Eisentraut
<
[email protected]
>
Thu, 4 Dec 2008 07:02:56 +0000
(07:02 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 4 Dec 2008 07:02:56 +0000
(07:02 +0000)
coverage output.
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 74bb088010d018cb66a593ba833cdad6da6ce9e4..b00fe27b36e7cb4ac1391bbed66ee0963760a515 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-70,7
+70,7
@@
coverage:
coverage-html: coverage
rm -rf coverage
mkdir coverage
- $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 `find src/backend -name lcov.info -print`
+ $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4
--prefix=$(abs_top_srcdir)/src
`find src/backend -name lcov.info -print`
ifeq ($(enable_coverage),yes)
clean distclean maintainer-clean: clean-coverage-local