Re: target fails to evaluate

2002-09-24 Thread Paul D. Smith
%% Mark Jaffe <[EMAIL PROTECTED]> writes: mj> make is failing to evaluate a target ".INIT" which is intended to mj> fetch required files. GNU make does not support any special behavior for a ".INIT" target. It's treated as just a normal target. mj> os:sh = uname -r mj> versi

target fails to evaluate

2002-09-24 Thread Mark Jaffe
make is failing to evaluate a target ".INIT" which is intended to fetch required files. It is also failing to evaluate the environment to determine suitable host os/version: [mjaffe@taylorws] ~/Kernel> uname -r 5.7 [mjaffe@taylorws] ~/Kernel> grep Solaris /etc/release | awk '{ print $3 }' 8/9