I have attached patch a made to improve the description of the BATCH_MODE_ONLY_SHELL mode when using --jobs. Please review it for addition.
Is there a reason why "template" was appended to this files name in CVS?
Best regards
JG
2003-10-08 Jonathan R. Grant <[EMAIL PROTECTED]>
* README.W32.template: Improve description of BATCH_MODE_ONLY_SHELL mode.
Index: README.W32.template
===================================================================
RCS file: /cvsroot/make/make/README.W32.template,v
retrieving revision 2.1
diff -u -r2.1 README.W32.template
--- README.W32.template 31 Aug 1999 17:02:37 -0000 2.1
+++ README.W32.template 8 Oct 2003 17:50:56 -0000
@@ -79,7 +79,9 @@
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. Note: gnumake --jobs mode is
+ only supported when a working sh.exe is available. (In this
+ BATCH_MODE_ONLY_SHELL mode.)
A native Windows32 system with no Bourne shell will also run
in batch mode. All command lines will be put into batch files
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
