git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e01d732)
When calling unsupported "make check" with a pgxs module, return a nonzero
Wed, 8 Jul 2009 13:47:29 +0000 (13:47 +0000)
Wed, 8 Jul 2009 13:47:29 +0000 (13:47 +0000)
exit code.


diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk
index bdc92a866835488eed0bd003e521644bef80f59c..2f3b61cfe5fa6a79476511e684f43ee6a47cd985 100644 (file)
--- a/src/makefiles/pgxs.mk
+++ b/src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
# PGXS: PostgreSQL extensions makefile
-# $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 $
# This file contains generic rules to build many kinds of simple
# extension modules. You only need to set a few variables and include
@@ -266,6 +266,7 @@ installcheck: submake
check:
@echo "'make check' is not supported."
@echo "Do 'make install', then 'make installcheck' instead."
+ @exit 1
endif # REGRESS
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /