make/tests/scripts/variables
Paul Smith deff9dacc9 Enhance the output sync mode.
Create a new file, output.c, and collect functions that generate output there.
We introduce a new global context specifying where output should go (to stdout
or to a sync file), and the lowest level output generator chooses where to
write output based on that context.

This allows us to set the context globally, and all operations that write
output (including functions like $(info ...) etc.) will use it.

Removed the "--trace=dir" capability.  It was too confusing.  If you have
directory tracking enabled then output sync will print the enter/leave message
for each synchronized block.  If you don't want that, disable directory
tracking.
2013-09-12 04:07:52 -04:00
..
automatic
CURDIR
DEFAULT_GOAL Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. 2012-03-04 00:24:20 +00:00
define Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. 2012-03-04 00:24:20 +00:00
flavors Add support for "::=" simple assignment operator. 2012-01-30 00:21:57 +00:00
GNUMAKEFLAGS Enhance the output sync mode. 2013-09-12 04:07:52 -04:00
INCLUDE_DIRS
LIBPATTERNS Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. 2012-03-04 00:24:20 +00:00
MAKE Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. 2012-03-04 00:24:20 +00:00
MAKE_RESTARTS Enhance the output sync mode. 2013-09-12 04:07:52 -04:00
MAKECMDGOALS
MAKEFILES
MAKEFLAGS Enhance the output sync mode. 2013-09-12 04:07:52 -04:00
MAKELEVEL
MFILE_LIST
negative
private cosmetics: fix few innocuous typos 2013-05-05 20:50:37 -04:00
SHELL Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. 2012-03-04 00:24:20 +00:00
special Improve backslash/newline handling to adhere to POSIX requirements. 2010-11-06 21:56:23 +00:00
undefine Implement the new undefine directive. 2009-10-06 06:56:57 +00:00