On 9/18/2014 5:08 PM, h.becker wrote:
Fix VMS handling of action lines

* job.c: fix make action continuation lines.
* vmsjobs.c: fix writing DCL command files when trimming (white
   spaces and $ signs) especially after a split (command continuation).
---
  job.c     |    2 ++
  vmsjobs.c |   96
++++++++++++++++++++++++++++++++-----------------------------
  2 files changed, 53 insertions(+), 45 deletions(-)

Before applying this patch, but with my pending patches:

   Using command file only setting:

      100 Tests in 33 Categories Failed

   Using the command file only for very long commands or redirection,
   which is the traditional way:

       44 Tests in 20 Categories Failed.

After applying this patch and with my pending patches:

   Using the command file only setting:

       96 Tests in 31 Categories Failed

   Using the command file only for very long commands or redirection,
   which is the traditional way:

       41 Tests in 20 Categories Failed

Regards,
-John


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to