bug-make
[Top][All Lists]
Advanced

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

Re: target-specific variable problem


From: Paul D. Smith
Subject: Re: target-specific variable problem
Date: Tue, 20 Feb 2001 11:02:08 -0500

%% "Antonio Norkus" <address@hidden> writes:

  an> I'm using GNU make 3.74 on a HP 715/50 with HPUX 10.20 and have
  an> encountered a problem with target-specific variable.

Target-specific variables are not supported in GNU make 3.74.  Get a
newer version.  The latest is 3.79.1.

  an> variable:=STRING="A target-specific variable has been set"

This is not the right syntax for target-specific variables in GNU make.
The ":=" operator means something entirely different in GNU make.

You should use this:

  variable : STRING = a target-specific variable has been set

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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]