summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-03 21:43:04 +0000
committerPaul Smith <psmith@gnu.org>2002-09-03 21:43:04 +0000
commitd2429d7508169501d2dfeefca5608005142fe236 (patch)
tree616eb65740bcb521711d5c0b19a52759d20146ab /NEWS
parent299c72e6ed86a1e7a50ec1f5d1a813c383ed0345 (diff)
downloadgunmake-d2429d7508169501d2dfeefca5608005142fe236.tar.gz
Update some NEWS and README nits, and add new gettext macros to config's
Makefile.am.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d8706c5..8b3f4b5 100644
--- a/NEWS
+++ b/NEWS
@@ -26,9 +26,9 @@ Version 3.80
This syntax is only valid within explicit and static pattern rules: it
cannot be used in implicit (suffix or pattern) rules. Edouard G. Parmelan
<egp@free.fr> provided a patch implementing this feature; however, I
- decided to implemented it in a different way.
+ decided to implement it in a different way.
-* A new function is defined: $(quote ...). The argument to this
+* A new function is defined: $(value ...). The argument to this
function is the _name_ of a variable. The result of the function is
the value of the variable, without having been expanded.
@@ -59,6 +59,10 @@ Version 3.80
variables. This may mean that if you added extra escaping to your
$(call ...) function arguments you will need to undo it now.
+* The variable invoked by $(call ...) can now be recursive: unlike other
+ variables it can reference itself and this will not produce an error
+ when it is used as the first argument to $(call ...) (but only then).
+
* New pseudo-target .LOW_RESOLUTION_TIME, superseding the configure
option --disable-nsec-timestamps. You might need this if your build
process depends on tools like "cp -p" preserving time stamps, since