I've been switching our build over to gnumake to all the migration to other
platforms. The system has a top level makefile that sets up a few things,
then recursively calls the make files located in each of the service areas
that are subdirectories. The issue I am dealing with is an error in a
s
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