diff options
author | Boris Kolpackov <boris@kolpackov.net> | 2009-09-28 12:31:55 +0000 |
---|---|---|
committer | Boris Kolpackov <boris@kolpackov.net> | 2009-09-28 12:31:55 +0000 |
commit | f5891a26d8d3ed87b059856650b2bdb0c7ea355e (patch) | |
tree | 507533e9a2622b0b39cf5d0141b71ce1c6c864c4 /NEWS | |
parent | f9c15cac3504546cb5ebf74241fc13ba2700691a (diff) | |
download | gunmake-f5891a26d8d3ed87b059856650b2bdb0c7ea355e.tar.gz |
Implement the shortest stem first search order for pattern-specific variables and pattern rules.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -39,6 +39,14 @@ Version 3.81.90 prerequisites. This is most useful for target- and pattern-specific variables. +* WARNING: Backward-incompatibility! + The pattern-specific variables and pattern rules are now applied in the + shortest stem first order instead of the definition order (variables + and rules with the same stem length are still applied in the definition + order). This produces the usually-desired behavior where more specific + patterns are preferred. To detect this feature search for 'shortest-stem' + in the .FEATURES special variable. + Version 3.81 |