bug-make
[Top][All Lists]
Advanced

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

Re: Solaris-Make VS GNU-Make


From: Paul D. Smith
Subject: Re: Solaris-Make VS GNU-Make
Date: Mon, 6 Dec 2004 13:28:36 -0500

%% Shafique Nadimulla <address@hidden> writes:

  sn> So the following macro assignment: 

  sn> $(debug_targets) := special_flags = -g

Use:

  $(debug_targets) : special_flags = -g

See the information on "target-specific variables" in the GNU make manual.

-- 
-------------------------------------------------------------------------------
 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]