summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e1eeb531..c45ef741 100644
--- a/NEWS
+++ b/NEWS
@@ -51,10 +51,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
Implementation provided by Jouke Witteveen <j.witteveen@gmail.com>
* New debug option "print" will show the recipe to be run, even when silent
- mode is set.
-
-* New debug option "why" will show why a target is rebuilt (which
- prerequisites caused the target to be considered out of date).
+ mode is set, and new debug option "why" will show why a target is rebuilt
+ (which prerequisites caused the target to be considered out of date).
+ Implementation provided by David Boyce <David.S.Boyce@gmail.com>
* The existing --trace option is made equivalent to --debug=print,why
@@ -71,6 +70,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=109&se
expected.
* GNU Make can now be built for MS-Windows using the Tiny C tcc compiler.
+ Port provided by Christian Jullien <eligis@orange.fr>
Version 4.3 (19 Jan 2020)