]> git.ipfire.org Git - thirdparty/make.git/commit
* main.c (switches): Add -E as an alias for --eval.
authorPaul Smith <psmith@gnu.org>
Wed, 28 Dec 2016 05:41:38 +0000 (00:41 -0500)
committerPaul Smith <psmith@gnu.org>
Wed, 28 Dec 2016 14:25:51 +0000 (09:25 -0500)
commitd351c1fef2ec30b69f92163e0572d7d7d7b33db4
treed9bf83d0ee2ae6818421143de634fc4f62571680
parent3daaa4dd3e6bb41841d5ec60ba47f7e4220162f5
* 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.
NEWS
doc/make.texi
main.c
make.1
tests/scripts/options/eval