Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7355c24

Browse files
committed
add missing tag from commitb8c4261
1 parentc0fdc96 commit7355c24

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
@@ -457,10 +457,7 @@ su - postgres
457457
</screen>
458458
(Remember to use <acronym>GNU</acronym> <application>make</application>.)
459459
The build will take a few minutes depending on your
460-
hardware. The last line displayed should be:
461-
<screen>
462-
All of PostgreSQL successfully made. Ready to install.
463-
</screen>
460+
hardware.
464461
</para>
465462

466463
<para>
@@ -469,10 +466,6 @@ All of PostgreSQL successfully made. Ready to install.
469466
(<filename>contrib</filename>), type instead:
470467
<screen>
471468
<userinput>make world</userinput>
472-
</screen>
473-
The last line displayed should be:
474-
<screen>
475-
PostgreSQL, contrib, and documentation successfully made. Ready to install.
476469
</screen>
477470
</para>
478471

@@ -565,6 +558,7 @@ build-postgresql:
565558
If you built the world without the documentation above, type instead:
566559
<screen>
567560
<userinput>make install-world-bin</userinput>
561+
</screen>
568562
</para>
569563

570564
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp