handling of errors during recursion

2001-06-26 Thread Michael Espe
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

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