summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@kolpackov.net>2005-11-17 07:27:28 +0000
committerBoris Kolpackov <boris@kolpackov.net>2005-11-17 07:27:28 +0000
commitd2b0c204de1bcd8bf23b2775782c47785df6819b (patch)
tree8a1869edb1370956940a676841a3a2048a51c6e3 /NEWS
parent8d428d1229064b482a146fe7b8ea9e2740307d1a (diff)
downloadmake-d2b0c204de1bcd8bf23b2775782c47785df6819b.tar.gz
Implemented the flavor function which returns the flavor of
a variable ('simple', 'recursive', or 'undefined').
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 01e90160..4b1cfd4a 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,7 @@ Version 3.81beta3
all symbolic links resolved as well.
- $(info ...) prints its arguments to stdout. No makefile name or
line number info, etc. is printed.
+ - $(flavor ...) returns the flavor of a variable.
* Changes made for POSIX compatibility:
- Only touch targets (under -t) if they have at least one command.