summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/MAKEFLAGS
AgeCommit message (Collapse)AuthorFilesLines
2013-09-12Enhance the output sync mode.Paul Smith1-1/+3
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-05-22Fix regression tests after MAKEFLAGS enhancements.Paul Smith1-5/+5
2013-05-13Use level o_env_override for MAKEFLAGS so it's reset even with -e.Paul Smith1-14/+10
Fixes Savannah bug #2216.
2009-10-03- Include <alloca.h> even on non-__GNUC__ systems.Paul Smith1-0/+43
- Add some tests for unresolved bugs.