diff options
author | Paul Smith <psmith@gnu.org> | 2004-02-24 13:50:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-02-24 13:50:19 +0000 |
commit | f29b86c314e6e2b44a1eb83f1b44a3849d82655e (patch) | |
tree | 0e83f1ad4a44542b088878e8b9d6de48f16e949d /README.W32.template | |
parent | be8c3dbc974c35fac33c8392b89482c10e4f8650 (diff) | |
download | make-f29b86c314e6e2b44a1eb83f1b44a3849d82655e.tar.gz |
Many compiler warning cleanups.
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>)
Maintainer enhancements to clean up the tree.
Diffstat (limited to 'README.W32.template')
-rw-r--r-- | README.W32.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.W32.template b/README.W32.template index ed2b7d2..2b7b63c 100644 --- a/README.W32.template +++ b/README.W32.template @@ -79,7 +79,8 @@ GNU make and brain-dead shells (BATCH_MODE_ONLY_SHELL): To work around this difficulty, this version of make supports a batch mode. When BATCH_MODE_ONLY_SHELL is defined at compile time, make forces all command lines to be executed via script - files instead of by command line. + files instead of by command line. In this mode you must have a + working sh.exe in order to use parallel builds (-j). A native Windows32 system with no Bourne shell will also run in batch mode. All command lines will be put into batch files |