]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
NEWS: automake build systems avoids make recursion
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 14:29:29 +0000 (16:29 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 19:29:31 +0000 (21:29 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 3c0df1b8fefa66ded6dc339080694156f3704188..957ec826bd1a48bb3720cb9155accd6ed6364499 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -178,6 +178,9 @@ New in 1.11a:
 
 * Miscellaneous changes:
 
+  - The build system of Automake itself now avoids the use of make
+    recursion as much as possible.
+
   - Automake now prefers to quote 'like this' or "like this", rather
     than `like this', in diagnostic message and generated Makefiles,
     to accommodate the new GNU Coding Standards recommendations.