]> git.eshelyaron.com Git - emacs.git/commitdiff
nt/INSTALL: Update instructions for parallel builds.
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Jan 2012 18:37:01 +0000 (20:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Jan 2012 18:37:01 +0000 (20:37 +0200)
nt/INSTALL

index 7e7600ba00542a0f7b296a2f13ce705cf56f547e..f8303582aac1961828d66f131f6e663df5f5da09 100644 (file)
      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):