make/tests/scripts
Paul Smith ef6461611b Add support for "::=" simple assignment operator.
The next POSIX standard will define "::=" to have the same behavior
as GNU make's ":=", so add support for this new operator.
2012-01-30 00:21:57 +00:00
..
features Be sure to start parsing prereqs in the right place even if there are 2011-11-14 07:31:06 +00:00
functions Create a new function $(file ...) 2012-01-29 18:12:22 +00:00
misc Improve backslash/newline handling to adhere to POSIX requirements. 2010-11-06 21:56:23 +00:00
options Ensure that -n takes precedence over -t. 2011-09-02 05:37:54 +00:00
targets Add prerequisites to ensure ordering of results. 2011-12-10 17:13:14 +00:00
variables Add support for "::=" simple assignment operator. 2012-01-30 00:21:57 +00:00
test_template