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

Commit33c6d60

Browse files
committed
Clean up mention of gmake vs. make.
1 parentb344b51 commit33c6d60

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎doc/src/sgml/install.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ $ exit
388388
<para>
389389
There are two places in this installation procedure where you will have an opportunity
390390
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
392392
of installation.
393393
</para>
394394
</note>
@@ -551,6 +551,8 @@ $ tail -f make.log
551551
<programlisting>
552552
All of PostgreSQL is successfully made. Ready to install.
553553
</programlisting>
554+
Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
555+
your system.
554556

555557
At this point, or earlier
556558
if you wish, type control-C to get out of tail. (If you have
@@ -572,7 +574,7 @@ the <application>flex</application> command
572574
Next,
573575
change directory back to this directory, type
574576
<programlisting>
575-
$make clean
577+
$gmake clean
576578
</programlisting>
577579
then recompile again.
578580
</Para>
@@ -606,6 +608,8 @@ gmake[1]: Leaving directory `/usr/src/pgsql/src/man'
606608
</programlisting>
607609
At this point, or earlier if you wish,
608610
type control-C to get out of tail.
611+
Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on
612+
your system.
609613
</Para>
610614
</Step>
611615

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp