Thanks to visit codestin.com Credit goes to github.com
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 429ee5a commit d5351fcCopy full SHA for d5351fc
contrib/test_decoding/Makefile
@@ -65,7 +65,7 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp
65
$(pg_isolation_regress_installcheck) \
66
$(ISOLATIONCHECKS)
67
68
-PHONY: submake-test_decoding submake-regress check \
+.PHONY: submake-test_decoding submake-regress check \
69
regresscheck regresscheck-install-force \
70
isolationcheck isolationcheck-install-force
71
src/test/modules/brin/Makefile
@@ -24,7 +24,7 @@ isolation-check: | submake-isolation
24
--outputdir=./isolation_output \
25
26
27
-PHONY: check isolation-check
+.PHONY: check isolation-check
28
29
submake-isolation:
30
$(MAKE) -C $(top_builddir)/src/test/isolation all
0 commit comments