]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* NEWS: Fix some tortured grammar.
authorPaul Smith <psmith@gnu.org>
Thu, 14 May 2020 05:00:28 +0000 (01:00 -0400)
committerPaul Smith <psmith@gnu.org>
Thu, 14 May 2020 05:00:28 +0000 (01:00 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 9b70cc59f94449d2dcadac8e13780cfb58830856..6a04680e9138cceacded1908e5ab396bed23c7ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,10 +53,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=108&se
 * WARNING: Backward-incompatibility!
   Previously using the .SILENT pseudo-target in a makefile would force all
   sub-makes to be invoked with the '-s' option, effectively making all
-  sub-makes silent as well.  In this release, .SILENT only has effect for the
-  current invocation of make.  As a side-effect of this, .SILENT no longer has
-  a side-effect of enabling the --no-print-directory option, which using -s
-  will do.
+  sub-makes silent as well.  In this release .SILENT only affects the current
+  invocation of make.  A side-effect of this is that .SILENT will no longer
+  enable the --no-print-directory option, which using -s will do.
 
 * NOTE: Deprecated behavior.
   Contrary to the documentation, suffix rules with prerequisites are being