diff options
author | Roland McGrath <roland@redhat.com> | 1995-12-12 04:54:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-12-12 04:54:41 +0000 |
commit | 2a0707e1b8019a504790c83f083ca0381df25587 (patch) | |
tree | 290383d81baa453736e325b645ca73165c66eeba /NEWS | |
parent | d116acac752ba2ecf87b7416c12d01b54e0c5be7 (diff) | |
download | gunmake-2a0707e1b8019a504790c83f083ca0381df25587.tar.gz |
Mention delayed -w msgs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. +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. + 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. |