]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
add missing tag from commit b8c4261e5e
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 1 Jul 2021 19:38:06 +0000 (15:38 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 1 Jul 2021 19:47:47 +0000 (15:47 -0400)
GNUmakefile.in
doc/src/sgml/installation.sgml

index 0ef3147738edcb396f1687df696e8c61886148ed..2352fc1171aece54e44c71e7e46f16d390d587ec 100644 (file)
@@ -10,15 +10,10 @@ include $(top_builddir)/src/Makefile.global
 
 $(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
@@ -31,15 +26,10 @@ world-bin-contrib-recurse: world-bin-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
index 40192b4816ff6031f8658710364b0943c965b1a6..0d4bc4667adaeed5f222e8c303d23136ca5b00b8 100644 (file)
@@ -456,10 +456,7 @@ su - postgres
 </screen>
     (Remember to use <acronym>GNU</acronym> <application>make</application>.)
     The build will take a few minutes depending on your
-    hardware. The last line displayed should be:
-<screen>
-All of PostgreSQL successfully made. Ready to install.
-</screen>
+    hardware.
    </para>
 
   <para>
@@ -468,10 +465,6 @@ All of PostgreSQL successfully made. Ready to install.
    (<filename>contrib</filename>), type instead:
 <screen>
 <userinput>make world</userinput>
-</screen>
-   The last line displayed should be:
-<screen>
-PostgreSQL, contrib, and documentation successfully made. Ready to install.
 </screen>
   </para>
 
@@ -564,6 +557,7 @@ build-postgresql:
     If you built the world without the documentation above, type instead:
 <screen>
 <userinput>make install-world-bin</userinput>
+</screen>
    </para>
 
    <para>