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

Commit8d2be14

Browse files
committed
add missing tag from commitb8c4261
1 parentbd0be7f commit8d2be14

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
@@ -448,10 +448,7 @@ su - postgres
448448
</screen>
449449
(Remember to use <acronym>GNU</acronym> <application>make</application>.)
450450
The build will take a few minutes depending on your
451-
hardware. The last line displayed should be:
452-
<screen>
453-
All of PostgreSQL successfully made. Ready to install.
454-
</screen>
451+
hardware.
455452
</para>
456453

457454
<para>
@@ -460,10 +457,6 @@ All of PostgreSQL successfully made. Ready to install.
460457
(<filename>contrib</filename>), type instead:
461458
<screen>
462459
<userinput>make world</userinput>
463-
</screen>
464-
The last line displayed should be:
465-
<screen>
466-
PostgreSQL, contrib, and documentation successfully made. Ready to install.
467460
</screen>
468461
</para>
469462

@@ -556,6 +549,7 @@ build-postgresql:
556549
If you built the world without the documentation above, type instead:
557550
<screen>
558551
<userinput>make install-world-bin</userinput>
552+
</screen>
559553
</para>
560554

561555
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp