8000 add missing tag from commit b8c4261e5e · postgres/postgres@1da2ea0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1da2ea0

Browse files
committed
add missing tag from commit b8c4261
1 parent 46bbe5d commit 1da2ea0

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

GNUmakefile.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ include $(top_builddir)/src/Makefile.global
1010

1111
$(call recurse,all install,src config)
1212

13-
all:
14-
+@echo "All of PostgreSQL successfully made. Ready to install."
15-
1613
docs:
1714
$(MAKE) -C doc all
1815

1916
$(call recurse,world,doc src config contrib,all)
20-
world:
21-
+@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
2217

2318
# build src/ before contrib/
2419
world-contrib-recurse: world-src-recurse
@@ -31,15 +26,10 @@ world-bin-contrib-recurse: world-bin-src-recurse
3126
html man:
3227
$(MAKE) -C doc $@
3328

34-
install:
35-
+@echo "PostgreSQL installation complete."
36-
3729
install-docs:
3830
$(MAKE) -C doc install
3931

4032
$(call recurse,install-world,doc src config contrib,install)
41-
install-world:
42-
+@echo "PostgreSQL, contrib, and documentation installation complete."
4333

4434
# build src/ before contrib/
4535
install-world-contrib-recurse: install-world-src-recurse

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,7 @@ su - postgres
456456
</screen>
457457
(Remember to use <acronym>GNU</acronym> <application>make</application>.)
458458
The build will take a few minutes depending on your
459-
hardware. The last line displayed should be:
460-
<screen>
461-
All of PostgreSQL successfully made. Ready to install.
462-
</screen>
459+
hardware.
463460
</para>
464461

465462
<para>
@@ -468,10 +465,6 @@ All of PostgreSQL successfully made. Ready to install.
468465
(<filename>contrib</filename>), type instead:
469466
<screen>
470467
<userinput>make world</userinput>
471-
</screen>
472-
The last line displayed should be:
473-
<screen>
474-
PostgreSQL, contrib, and documentation successfully made. Ready to install.
475468
</screen>
476469
</para>
477470

@@ -564,6 +557,7 @@ build-postgresql:
564557
If you built the world without the documentation above, type instead:
565558
<screen>
566559
<userinput>make install-world-bin</userinput>
560+
</screen>
567561
</para>
568562

569563
<para>

0 commit comments

Comments
 (0)
0