Query on Recursive Make

2005-11-10 Thread manjusha.rattihalli
Hi, We are compiling our source code using a Diab comliper. We use Recursive Make. Attached Makefile calls Makefile.swan2. Weare facing the following error: gmake: expand.c:489: allocated_variable_append: Assertion 'current_variable_set_list-next != 0' failed. Aborted Could you please

Re: problem with 'make' program -C option

2005-11-10 Thread Paul D. Smith
%% vivek [EMAIL PROTECTED] writes: v When 'make' program is invoked with -C option, then it decends into v that directory but the 'PWD' variable still refers to the path from v where the 'make' was invoked rather than the path of the directory v it decends into. PWD is not a variable