]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Mention delayed -w msgs.
authorRoland McGrath <roland@redhat.com>
Tue, 12 Dec 1995 04:54:41 +0000 (04:54 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 12 Dec 1995 04:54:41 +0000 (04:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6c97107a97b63d65eb8fa85a7799ead0003448f6..26afdd26e9d749b88f251dbbbc9dfc0492977559 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,15 @@
-GNU make NEWS -- history of user-visible changes.  26 January 1995
+GNU make NEWS -- history of user-visible changes.  11 December 1995
 
 Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU make bug reports to bug-gnu-utils@prep.ai.mit.edu.
 \f
+Version 3.75
+
+* The directory messages printed by `-w' and implicitly in sub-makes,
+  are now omitted if Make runs no commands and has no other messages to print.
+\f
 Version 3.73
 
 * Converted to use Autoconf version 2, so `configure' has some new options.
@@ -222,7 +227,7 @@ Version 3.63
   include, like this:
        include file1 file2
   You can also use shell file name patterns in an `include' directive:
-       include *.mk 
+       include *.mk
 
 * The default directories to search for included makefiles, and for
   libraries specified with `-lNAME', are now set by configuration.