bug-make
[Top][All Lists]
Advanced

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

Re: Are pattern variables additive?


From: Paul D. Smith
Subject: Re: Are pattern variables additive?
Date: Wed, 14 Jan 2004 00:57:41 -0500

In GNU make 3.80, only the first pattern-specific variable definition
that matches a given target is used.

In future releases all pattern-specific variable definitions that match
are used, in the order in which they were defined.  This change has
already been made in the source.  With the latest version of GNU make
from CVS your example gives:

  $ ./make
  hello a a+b c

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