mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Remove redundant coverage target
This was probably forgotten to be removed when general recursion support was added.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user