diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-05-28 14:24:24 +0000 | 
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-05-28 14:24:24 +0000 | 
| commit | 33c6d6099da39a87b22d4741656eece466853986 (patch) | |
| tree | fcb0ab9dbd37e8616929fbeda2924999ee526ba6 /doc/src | |
| parent | b344b513c78f63472f3e7d85363d8ead602ddaf1 (diff) | |
Clean up mention of gmake vs. make.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/install.sgml | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 9d6d8a2cc68..d4d18ab92e6 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -388,7 +388,7 @@ $ exit  <para>  There are two places in this installation procedure where you will have an opportunity  to specify installation locations for programs, libraries, documentation, and other files. -Usually it is sufficient to specify these at the <command>make install</command> stage +Usually it is sufficient to specify these at the <command>gmake install</command> stage  of installation.  </para>  </note> @@ -551,6 +551,8 @@ $ tail -f make.log  <programlisting>  All of PostgreSQL is successfully made. Ready to install.  </programlisting> +Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on +your system.    At this point, or earlier       if you wish, type control-C to get out of tail.  (If you have @@ -572,7 +574,7 @@ the <application>flex</application> command    Next,       change directory back to this directory, type   <programlisting> -$ make clean +$ gmake clean  </programlisting>  then recompile again.  </Para> @@ -606,6 +608,8 @@ gmake[1]: Leaving directory `/usr/src/pgsql/src/man'  </programlisting>  At this point, or earlier if you wish,       type control-C to get out of tail. +Remember, <Quote>gmake</Quote> may be called <Quote>make</Quote> on +your system.  </Para>  </Step> | 
