%% 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> version:sh = grep Solaris /etc/release | awk '{ print $3 }' GNU make does not support this syntax for invoking shell commands. You are attempting to use features which are not portable, and which are not implemented in GNU make. Please see the GNU make manual, especially the section on "Incompatibilities and Missing Features", for more information. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make