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 301cc01 commit 7a8928eCopy full SHA for 7a8928e
contrib/postgres_fdw/Makefile
@@ -25,7 +25,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
25
endif
26
27
# Poor's man overload of already defined target: just copy it
28
-check: submake $(REGRESS_PREP)
29
- $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
30
- env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
31
- $(prove_check)
+# check: submake $(REGRESS_PREP)
+# $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
+# env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
+# $(prove_check)
0 commit comments