projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54159d
)
Have "make coverage" recurse into contrib as well
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Mon, 5 Sep 2016 21:44:36 +0000
(18:44 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Mon, 5 Sep 2016 21:44:36 +0000
(18:44 -0300)
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 15fba9fce0a784f4eb29769b2c1bd7200eece717..dc76a5d11dd88e4c921964c840517a6d93dde3b9 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-39,9
+39,9
@@
install-world:
# build src/ before contrib/
install-world-contrib-recurse: install-world-src-recurse
-$(call recurse,installdirs uninstall
coverage
init-po update-po,doc src config)
+$(call recurse,installdirs uninstall init-po update-po,doc src config)
-$(call recurse,distprep,doc src config contrib)
+$(call recurse,distprep
coverage
,doc src config contrib)
# clean, distclean, etc should apply to contrib too, even though
# it's not built by default