summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2016-12-28 00:41:38 -0500
committerPaul Smith <psmith@gnu.org>2016-12-28 09:25:51 -0500
commitd351c1fef2ec30b69f92163e0572d7d7d7b33db4 (patch)
treed9bf83d0ee2ae6818421143de634fc4f62571680 /NEWS
parent3daaa4dd3e6bb41841d5ec60ba47f7e4220162f5 (diff)
downloadmake-git-d351c1fef2ec30b69f92163e0572d7d7d7b33db4.tar.gz
* main.c (switches): Add -E as an alias for --eval.
* make.1: Document the -E and --eval options. * doc/make.texi: Document the -E option. * tests/scripts/options/eval: Test the -E option and MAKEFILES. * NEWS: Add information about the new option.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9e10a9f2..e60644a1 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=108&set
* A new option --no-silent has been added, that cancels the effect of the
-s/--silent/--quiet flag.
+* A new option -E has been added as a short alias for --eval.
+
Version 4.2.1 (10 Jun 2016)