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 - Add a new test suite for LIBPATTERNS 2009-06-07 17:40:06 +00:00
CURDIR * Fix PR/1394. 1999-10-15 07:00:58 +00:00
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 Implemented the .INCLUDE_DIRS special variable. It expands to a list 2005-11-14 15:31:13 +00:00
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 * A few script fixes and updates for 3.78. 1999-09-17 03:15:37 +00:00
MAKEFILES - Fix Savannah bug #13401 2009-06-13 23:10:52 +00:00
MAKEFLAGS Enhance the output sync mode. 2013-09-12 04:07:52 -04:00
MAKELEVEL Fix for bug #1276: Handle SHELL according to POSIX requirements. 2004-11-28 23:11:23 +00:00
MFILE_LIST * New feature: -L option 2005-02-28 07:48:22 +00:00
negative Fix Savannah bug #106: keep separate track of which variable we are 2006-02-15 23:54:42 +00:00
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