[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107012: nt/INSTALL: Update instructi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107012: nt/INSTALL: Update instructions for parallel builds. |
Date: |
Mon, 30 Jan 2012 20:37:01 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107012
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-30 20:37:01 +0200
message:
nt/INSTALL: Update instructions for parallel builds.
modified:
nt/INSTALL
=== modified file 'nt/INSTALL'
--- a/nt/INSTALL 2012-01-26 21:37:32 +0000
+++ b/nt/INSTALL 2012-01-30 18:37:01 +0000
@@ -68,13 +68,19 @@
With GNU Make, you can use the -j command-line option to have
Make execute several commands at once, like this:
+ gmake -j 2
+
+ (With versions of GNU Make before 3.82, you need also set the
+ XMFLAGS variable, like this:
+
gmake -j 2 XMFLAGS="-j 2"
- The XMFLAGS variable overrides the default behavior of GNU Make
- on Windows, whereby recursive Make invocations reset the maximum
- number of simultaneous commands to 1. The above command allows
- up to 4 simultaneous commands at once in the top-level Make, and
- up to 3 in each one of the recursive Make's.
+ The XMFLAGS variable overrides the default behavior of version
+ 3.82 and older of GNU Make on Windows, whereby recursive Make
+ invocations reset the maximum number of simultaneous commands to
+ 1. The above command allows up to 4 simultaneous commands at
+ once in the top-level Make, and up to 3 in each one of the
+ recursive Make's.)
4. Generate the Info manuals (only if you are building out of Bazaar,
and if you have makeinfo.exe installed):
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107012: nt/INSTALL: Update instructions for parallel builds.,
Eli Zaretskii <=