$(call recurse,all install,src config)
-all:
- +@echo "All of PostgreSQL successfully made. Ready to install."
-
docs:
$(MAKE) -C doc all
$(call recurse,world,doc src config contrib,all)
-world:
- +@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
# build src/ before contrib/
world-contrib-recurse: world-src-recurse
html man:
$(MAKE) -C doc $@
-install:
- +@echo "PostgreSQL installation complete."
-
install-docs:
$(MAKE) -C doc install
$(call recurse,install-world,doc src config contrib,install)
-install-world:
- +@echo "PostgreSQL, contrib, and documentation installation complete."
# build src/ before contrib/
install-world-contrib-recurse: install-world-src-recurse
(Remember to use
GNU make.)
The build will take a few minutes depending on your
- hardware. The last line displayed should be:
-
-All of PostgreSQL successfully made. Ready to install.
-
+ hardware.
(contrib), type instead:
make world
-
- The last line displayed should be:
-
-PostgreSQL, contrib, and documentation successfully made. Ready to install.
If you built the world without the documentation above, type instead:
make install-world-bin
+