Re: Error in VMS port of GNU make

2001-04-24 Thread Paul D. Smith
%% Michael Espe <[EMAIL PROTECTED]> writes: me> In file variable.c, the procedure lookup_variable has an error in the me> following code: me> if (listp) me> *listp = current_variable_set_list; me> The variable listp is not defined, nor is it really used, so it

Error in VMS port of GNU make

2001-04-24 Thread Michael Espe
In file variable.c, the procedure lookup_variable has an error in the following code: sptr = value; scnt = 0; if (listp) *listp = current_variable_set_list; while ((sptr = strchr (sptr, '$'))) { The variable listp is not defined, n

Re: Using canned sequences

2001-04-24 Thread Paul D. Smith
Yes, I know about this bug. I will try to find some time today or tomorrow to look at it. Note that the sequence _IS_ treated as a series of commands, not a single command line, it's just that the "@" token on the first line mistakenly applies to all the lines instead of only the first one. --

Using canned sequences

2001-04-24 Thread Bijal Shah
Port: Windows NT 4.0 , compiled with Visual C++ 6.0 GNAKE version: GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Basically, I am finding that turning echo off in a canned command sequence as follows appears to prevent the echoing of the remainder of the commands in the sequenc