mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Rename 'gmake' to 'make' in docs and recommended commands
This simplifies the docs and makes it easier to cut/paste command lines.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
(see <xref linkend="build">).
|
||||
You can build and install all of them by running:
|
||||
<screen>
|
||||
<userinput>gmake</userinput>
|
||||
<userinput>gmake install</userinput>
|
||||
<userinput>make</userinput>
|
||||
<userinput>make install</userinput>
|
||||
</screen>
|
||||
in the <literal>contrib</literal> directory of a configured source tree;
|
||||
or to build and install
|
||||
@@ -35,11 +35,11 @@
|
||||
Many of the modules have regression tests, which can be executed by
|
||||
running:
|
||||
<screen>
|
||||
<userinput>gmake check</userinput>
|
||||
<userinput>make check</userinput>
|
||||
</screen>
|
||||
before installation or
|
||||
<screen>
|
||||
<userinput>gmake installcheck</userinput>
|
||||
<userinput>make installcheck</userinput>
|
||||
</screen>
|
||||
once you have a <productname>PostgreSQL</> server running.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user