diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-11-12 22:15:16 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-11-12 22:15:16 +0200 |
commit | 19e231bbdaef792dce22100012b504e2fb72f971 (patch) | |
tree | 011823e7b1b882972eaff7c4f3a6b18571030e4a /doc/src | |
parent | d6754f67b08ad6a05640fc5d9d97c6f225512ea0 (diff) | |
download | postgresql-19e231bbdaef792dce22100012b504e2fb72f971.tar.gz postgresql-19e231bbdaef792dce22100012b504e2fb72f971.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index d471e6da00e..0eeaa25af9a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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> |