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
commit1fd3f9d79cdf3f03450129020d3310b726003ed3 (patch)
tree8a1869edb1370956940a676841a3a2048a51c6e3 /NEWS
parent3dd1faa5c849dbeb59a88653068c010699ce86f7 (diff)
downloadgunmake-1fd3f9d79cdf3f03450129020d3310b726003ed3.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 01e9016..4b1cfd4 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.