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 V

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-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 incompatibilities/limitati

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. As

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

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 c

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 e