Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 638d650

Browse files
committed
Remove redundant coverage target
This was probably forgotten to be removed when general recursion support was added.
1 parent e7e4cd1 commit 638d650

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,5 @@ distclean maintainer-clean:
7070
$(MAKE) -C test/thread $@
7171
rm -f Makefile.port Makefile.global
7272

73-
coverage:
74-
$(MAKE) -C timezone $@
75-
$(MAKE) -C backend $@
76-
$(MAKE) -C backend/utils/mb/conversion_procs $@
77-
$(MAKE) -C backend/snowball $@
78-
$(MAKE) -C interfaces $@
79-
$(MAKE) -C backend/replication/libpqwalreceiver $@
80-
$(MAKE) -C bin $@
81-
$(MAKE) -C pl $@
82-
8373

8474
.PHONY: install-local installdirs-local uninstall-local

0 commit comments

Comments
 (0)