[bug #42447] Fix exporting symbols for recursive make on VMS.

2014-10-19 Thread Paul D. Smith
Update of bug #42447 (project make): Status:None = Fixed Open/Closed:Open = Closed Fixed Release:None = SCM

[bug #42447] Fix exporting symbols for recursive make on VMS.

2014-09-14 Thread John Malmberg
Follow-up Comment #3, bug #42447 (project make): Needed to patch file #32089. Discovered some tests failing because the expected exit code was wrong. Fixing this seems to have revealed what is needed to get parallism working on VMS in the future. (file #32093)

[bug #42447] Fix exporting symbols for recursive make on VMS.

2014-09-13 Thread John Malmberg
Follow-up Comment #2, bug #42447 (project make): Updated patch based on current git master. This includes fixing most of the exit handling code for VMS children, which allows removing some VMS specific exit handling in other places. Self tests: Previously about 104 Tests in 36 categories fail.

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-21 Thread John E. Malmberg
On 6/20/2014 7:59 AM, h.becker wrote: On 06/14/2014 07:14 PM, John E. Malmberg wrote: About command line length: I think I understand. So it would be a compile time option for Alpha/I64. Or do you really have VAX/VMS 8.3? A typo. VAX/VMS stopped at 7.3 I know of 8.2 but never saw 8.3.

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-21 Thread John E. Malmberg
On 6/21/2014 5:36 PM, John E. Malmberg wrote: So I now want to get this set of changes committed so that we do not end up with a large set of changes that will be hard for anyone to review or follow. Just found some tabs in the new code and a small bug in use __VAX instead of the version of

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-20 Thread h.becker
On 06/14/2014 07:14 PM, John E. Malmberg wrote: I think there is a way to use pipe commands to do appending of output. I don't know of any way to have that in the current pipe command I tried (V8.3/Alpha). The only workaround seems to use append/new, but that has some

[bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-14 Thread John Malmberg
Follow-up Comment #1, bug #42447 (project make): Uploaded replacement patch: * Updated the Git description to match format in git logs. * Added vms_exit.c missing from previous patch needed for this to be applied against master. * Found that when make was reading DCL symbols and logical names as

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-14 Thread John E. Malmberg
On 6/6/2014 10:19 AM, h.becker wrote: On 06/06/2014 05:44 AM, John E. Malmberg wrote: On 6/1/2014 3:22 PM, h.becker wrote: On 05/28/2014 07:00 AM, John Malmberg wrote: And the pipe command may allow implementing I/O redirection with out a command procedure if the lines are short enough.

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-06 Thread h.becker
On 06/06/2014 05:44 AM, John E. Malmberg wrote: On 6/1/2014 3:22 PM, h.becker wrote: On 05/28/2014 07:00 AM, John Malmberg wrote: Sorry, I don't understand what is menat with VMS currently does not do shell expansion of exported symbols. Any example? I can not put ''foobar' in a recipe

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-05 Thread John E. Malmberg
On 6/1/2014 3:22 PM, h.becker wrote: On 05/28/2014 07:00 AM, John Malmberg wrote: This patch fixes Make on VMS to export symbols so that recursive and nested make commands will work. This also exports a foreign command for the make image that was run. Some of the tests still fail because VMS

Re: [bug #42447] Fix exporting symbols for recursive make on VMS.

2014-06-01 Thread h.becker
On 05/28/2014 07:00 AM, John Malmberg wrote: This patch fixes Make on VMS to export symbols so that recursive and nested make commands will work. This also exports a foreign command for the make image that was run. Some of the tests still fail because VMS currently does not do shell

[bug #42447] Fix exporting symbols for recursive make on VMS.

2014-05-27 Thread John Malmberg
URL: http://savannah.gnu.org/bugs/?42447 Summary: Fix exporting symbols for recursive make on VMS. Project: make Submitted by: wb8tyw Submitted on: Wed 28 May 2014 05:00:20 AM GMT Severity: 3 - Normal Item