8000
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 e01d732 commit df20667Copy full SHA for df20667
src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
1
# PGXS: PostgreSQL extensions makefile
2
3
-# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.15 2008/10/03 08:00:16 petere Exp $
+# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.16 2009/07/08 13:47:29 petere Exp $
4
5
# This file contains generic rules to build many kinds of simple
6
# extension modules. You only need to set a few variables and include
@@ -266,6 +266,7 @@ installcheck: submake
266
check:
267
@echo "'make check' is not supported."
268
@echo "Do 'make install', then 'make installcheck' instead."
269
+ @exit 1
270
endif # REGRESS
271
272
0 commit comments