From 9d89ad56bf74b22471617ed99f9e6e6272efba22 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 15 Jul 1999 07:36:44 +0000 Subject: * Fix up and document $(apply ...) function. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 53e1c33..4775cb4 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,11 @@ Version 3.78 causes the text provided to be printed as a warning message, but make proceeds normally. +* A new function, $(apply ...) is provided. This allows users to create + their own parameterized macros and invoke them later. This + implementation of this feature was provided by Han-Wen Nienhuys + . + * Make defines a new variable, .LIBPATTERNS. This variable controls how library dependency expansion (dependencies like ``-lfoo'') is performed. @@ -29,7 +34,7 @@ Version 3.78 LD, AR, etc.). Specifying this option forces -r (--no-builtin-rules) as well. -* A "job server" feature, proposed by Howard Chu . +* A "job server" feature, suggested by Howard Chu . On systems that support POSIX pipe(2) semantics, GNU make can now pass -jN options to submakes rather than forcing them all to use -j1. The -- cgit v1.2.3