We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e4cd1 commit 638d650Copy full SHA for 638d650
src/Makefile
@@ -70,15 +70,5 @@ distclean maintainer-clean:
70
$(MAKE) -C test/thread $@
71
rm -f Makefile.port Makefile.global
72
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
-
83
84
.PHONY: install-local installdirs-local uninstall-local
0 commit comments