bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: target fails to evaluate


From: Paul D. Smith
Subject: Re: target fails to evaluate
Date: Tue, 24 Sep 2002 15:24:11 -0400

%% Mark Jaffe <address@hidden> 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 <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]