[bug #41813] Mult-line override define failing on VMS.

2015-07-12 Thread Paul D. Smith
Update of bug #41813 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #41813] Mult-line override define failing on VMS.

2014-11-28 Thread John Malmberg
Follow-up Comment #1, bug #41813 (project make): This test has been passing on VMS for a while. The patch to fix bs-nl handling on VMS submitted on November 27, 2014 may have totally replaced the previous code in place and the test still passes. This issue can be closed.

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-20 Thread John E. Malmberg
On 3/18/2014 11:30 AM, h.becker wrote: On 03/17/2014 11:34 PM, John E. Malmberg wrote: On 3/16/2014 4:13 PM, h.becker wrote: Appended is a temporary fix for the multiline problem. The fix appears to work. I think your comment about it breaking the echo being defined as sys$output is wrong

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-18 Thread h.becker
On 03/17/2014 11:34 PM, John E. Malmberg wrote: On 3/16/2014 4:13 PM, h.becker wrote: Appended is a temporary fix for the multiline problem. The fix appears to work. I think your comment about it breaking the echo being defined as sys$output is wrong though. I tested it with no echo

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-17 Thread John E. Malmberg
On 3/16/2014 4:13 PM, h.becker wrote: Appended is a temporary fix for the multiline problem. The fix appears to work. I think your comment about it breaking the echo being defined as sys$output is wrong though. I tested it with no echo symbol and with echo as a symbol and it generates the

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-16 Thread h.becker
Appended is a temporary fix for the multiline problem. diff --git a/job.c b/job.c index e4a40ac..da6a877 100644 --- a/job.c +++ b/job.c @@ -1214,6 +1214,25 @@ start_job_command (struct child *child) char *end = 0; #ifdef VMS argv = p; +/* Multiline fix. + This (quick) fix is

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-16 Thread John E. Malmberg
On 3/16/2014 4:13 PM, h.becker wrote: Appended is a temporary fix for the multiline problem. As I mentioned in the make recursion thread: I changed from the wrapper code to code that sets the makefile name, and temporarily set a local symbol as a foreign command. At exit the symbol is

Re: [bug #41813] Mult-line override define failing on VMS.

2014-03-11 Thread h.becker
On 03/09/2014 08:26 PM, John Malmberg wrote: URL: http://savannah.gnu.org/bugs/?41813 Summary: Mult-line override define failing on VMS. Project: make Submitted by: wb8tyw Submitted on: Sun 09 Mar 2014 07:26:57 PM GMT

[bug #41813] Mult-line override define failing on VMS.

2014-03-09 Thread John Malmberg
URL: http://savannah.gnu.org/bugs/?41813 Summary: Mult-line override define failing on VMS. Project: make Submitted by: wb8tyw Submitted on: Sun 09 Mar 2014 07:26:57 PM GMT Severity: 3 - Normal Item Group: