File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Original file line number Diff line number Diff line change @@ -10,15 +10,10 @@ include $(top_builddir)/src/Makefile.global
10
10
11
11
$(call recurse,all install,src config)
12
12
13
- all:
14
- +@echo "All of PostgreSQL successfully made. Ready to install."
15
-
16
13
docs:
17
14
$(MAKE) -C doc all
18
15
19
16
$(call recurse,world,doc src config contrib,all)
20
- world:
21
- +@echo "PostgreSQL, contrib, and documentation successfully made. Ready to install."
22
17
23
18
# build src/ before contrib/
24
19
world-contrib-recurse: world-src-recurse
@@ -31,15 +26,10 @@ world-bin-contrib-recurse: world-bin-src-recurse
31
26
html man:
32
27
$(MAKE) -C doc $@
33
28
34
- install:
35
- +@echo "PostgreSQL installation complete."
36
-
37
29
install-docs:
38
30
$(MAKE) -C doc install
39
31
40
32
$(call recurse,install-world,doc src config contrib,install)
41
- install-world:
42
- +@echo "PostgreSQL, contrib, and documentation installation complete."
43
33
44
34
# build src/ before contrib/
45
35
install-world-contrib-recurse: install-world-src-recurse
Original file line number Diff line number Diff line change @@ -457,10 +457,7 @@ su - postgres
457
457
</screen>
458
458
(Remember to use <acronym>GNU</acronym> <application>make</application>.)
459
459
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.
464
461
</para>
465
462
466
463
<para>
@@ -469,10 +466,6 @@ All of PostgreSQL successfully made. Ready to install.
469
466
(<filename>contrib</filename>), type instead:
470
467
<screen>
471
468
<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.
476
469
</screen>
477
470
</para>
478
471
@@ -565,6 +558,7 @@ build-postgresql:
565
558
If you built the world without the documentation above, type instead:
566
559
<screen>
567
560
<userinput>make install-world-bin</userinput>
561
+ </screen>
568
562
</para>
569
563
570
564
<para>
You can’t perform that action at this time.
0 commit comments