diff options
| author | Eli Zaretskii | 2012-01-30 20:37:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-30 20:37:01 +0200 |
| commit | 7a43121e526cd2efda02d04f25b1fd9de062d5c3 (patch) | |
| tree | 013c334c69e2f8c273d2ca771ff36b5c523957f9 /nt | |
| parent | 5a26ec89753558ccfe979cc7fe518b4f81f9818a (diff) | |
| download | emacs-7a43121e526cd2efda02d04f25b1fd9de062d5c3.tar.gz emacs-7a43121e526cd2efda02d04f25b1fd9de062d5c3.zip | |
nt/INSTALL: Update instructions for parallel builds.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 7e7600ba005..f8303582aac 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -68,13 +68,19 @@ | |||
| 68 | With GNU Make, you can use the -j command-line option to have | 68 | With GNU Make, you can use the -j command-line option to have |
| 69 | Make execute several commands at once, like this: | 69 | Make execute several commands at once, like this: |
| 70 | 70 | ||
| 71 | gmake -j 2 | ||
| 72 | |||
| 73 | (With versions of GNU Make before 3.82, you need also set the | ||
| 74 | XMFLAGS variable, like this: | ||
| 75 | |||
| 71 | gmake -j 2 XMFLAGS="-j 2" | 76 | gmake -j 2 XMFLAGS="-j 2" |
| 72 | 77 | ||
| 73 | The XMFLAGS variable overrides the default behavior of GNU Make | 78 | The XMFLAGS variable overrides the default behavior of version |
| 74 | on Windows, whereby recursive Make invocations reset the maximum | 79 | 3.82 and older of GNU Make on Windows, whereby recursive Make |
| 75 | number of simultaneous commands to 1. The above command allows | 80 | invocations reset the maximum number of simultaneous commands to |
| 76 | up to 4 simultaneous commands at once in the top-level Make, and | 81 | 1. The above command allows up to 4 simultaneous commands at |
| 77 | up to 3 in each one of the recursive Make's. | 82 | once in the top-level Make, and up to 3 in each one of the |
| 83 | recursive Make's.) | ||
| 78 | 84 | ||
| 79 | 4. Generate the Info manuals (only if you are building out of Bazaar, | 85 | 4. Generate the Info manuals (only if you are building out of Bazaar, |
| 80 | and if you have makeinfo.exe installed): | 86 | and if you have makeinfo.exe installed): |