projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2913d
)
When calling unsupported "make check" with a pgxs module, return a nonzero
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 8 Jul 2009 13:47:29 +0000
(13:47 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 8 Jul 2009 13:47:29 +0000
(13:47 +0000)
exit code.
src/makefiles/pgxs.mk
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/pgxs.mk
b/src/makefiles/pgxs.mk
index 08208ae6d6cf623d2612fda5e32bd43f9e76b1c8..2796d6a90b21fe72073b1733d2ed9113076fe0fa 100644
(file)
--- a/
src/makefiles/pgxs.mk
+++ b/
src/makefiles/pgxs.mk
@@
-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