mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
Remove redundant coverage target
This was probably forgotten to be removed when general recursion support was added.
This commit is contained in:
parent
e7e4cd1ab5
commit
638d650dd7
1 changed files with 0 additions and 10 deletions
10
src/Makefile
10
src/Makefile
|
|
@ -70,15 +70,5 @@ distclean maintainer-clean:
|
|||
$(MAKE) -C test/thread $@
|
||||
rm -f Makefile.port Makefile.global
|
||||
|
||||
coverage:
|
||||
$(MAKE) -C timezone $@
|
||||
$(MAKE) -C backend $@
|
||||
$(MAKE) -C backend/utils/mb/conversion_procs $@
|
||||
$(MAKE) -C backend/snowball $@
|
||||
$(MAKE) -C interfaces $@
|
||||
$(MAKE) -C backend/replication/libpqwalreceiver $@
|
||||
$(MAKE) -C bin $@
|
||||
$(MAKE) -C pl $@
|
||||
|
||||
|
||||
.PHONY: install-local installdirs-local uninstall-local
|
||||
|
|
|
|||
Loading…
Reference in a new issue