File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ $ exit
388
388
<para>
389
389
There are two places in this installation procedure where you will have an opportunity
390
390
to specify installation locations for programs, libraries, documentation, and other files.
391
- Usually it is sufficient to specify these at the <command>make install</command> stage
391
+ Usually it is sufficient to specify these at the <command>gmake install</command> stage
392
392
of installation.
393
393
</para>
394
394
</note>
@@ -551,6 +551,8 @@ $ tail -f make.log
551
551
<programlisting>
552
552
All of PostgreSQL is successfully made. Ready to install.
553
553
</programlisting>
554
+ Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
555
+ your system.
554
556
555
557
At this point, or earlier
556
558
if you wish, type control-C to get out of tail. (If you have
@@ -572,7 +574,7 @@ the <application>flex</application> command
572
574
Next,
573
575
change directory back to this directory, type
574
576
<programlisting>
575
- $ make clean
577
+ $ gmake clean
576
578
</programlisting>
577
579
then recompile again.
578
580
</Para>
@@ -606,6 +608,8 @@ gmake[1]: Leaving directory `/usr/src/pgsql/src/man'
606
608
</programlisting>
607
609
At this point, or earlier if you wish,
608
610
type control-C to get out of tail.
611
+ Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
612
+ your system.
609
613
</Para>
610
614
</Step>
611
615
You can’t perform that action at this time.
0 commit comments