[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make recursion does not appear working in VMS
From: |
h.becker |
Subject: |
Re: Make recursion does not appear working in VMS |
Date: |
Thu, 13 Mar 2014 10:19:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130519 Icedove/17.0.5 |
On 03/13/2014 05:29 AM, John E. Malmberg wrote:
> Further tests show that the parallelism is not fully working on VMS, or
> not working as a Unix program would expect.
As far as I know, --jobs is not implemented for VMS, unfortunately I
can't point to an obvious line in the sources. It seems to be hidden in
#if[n]def VMS in job.c and vmsjobs.c. Silently explicitly or implicitly
reseting jobs to 1 isn't good.
To look at this, can you post or send (one of) the modified makefiles
for VMS?