mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Improved parallel make support
Replace for loops in makefiles with proper dependencies. Parallel make can now span across directories. Also, make -k and make -q work properly. GNU make 3.80 or newer is now required.
This commit is contained in:
@ -68,8 +68,8 @@ su - postgres
|
||||
<primary>make</primary>
|
||||
</indexterm>
|
||||
|
||||
<acronym>GNU</> <application>make</> is required; other
|
||||
<application>make</> programs will <emphasis>not</> work.
|
||||
<acronym>GNU</> <application>make</> version 3.80 or newer is required; other
|
||||
<application>make</> programs or older <acronym>GNU</> <application>make</> versions will <emphasis>not</> work.
|
||||
<acronym>GNU</> <application>make</> is often installed under
|
||||
the name <filename>gmake</filename>; this document will always
|
||||
refer to it by that name. (On some systems
|
||||
@ -79,7 +79,6 @@ su - postgres
|
||||
<screen>
|
||||
<userinput>gmake --version</userinput>
|
||||
</screen>
|
||||
It is recommended to use version 3.79.1 or later.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user