Files
Jyrki Wahlstedt 1b0c7178d6 postgresql11: new port, PostgreSQL 11, first beta
* now ICU as a default configuration option
* added the llvm variant for the new JIT compilation feature
2018-05-30 21:13:39 +03:00

21 lines
627 B
Diff

--- GNUmakefile.in.orig 2017-11-06 15:08:55.000000000 -0700
+++ GNUmakefile.in 2017-11-12 00:22:21.000000000 -0700
@@ -16,7 +16,7 @@
docs:
$(MAKE) -C doc all
-$(call recurse,world,doc src config contrib,all)
+$(call recurse,world,src config contrib,all)
world:
+@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
@@ -32,7 +32,7 @@
install-docs:
$(MAKE) -C doc install
-$(call recurse,install-world,doc src config contrib,install)
+$(call recurse,install-world,src config contrib,install)
install-world:
+@echo "PostgreSQL, contrib, and documentation installation complete."