Ensure command lines are written synchronously with -O.
authorPaul Smith <psmith@gnu.org>
Sun, 5 May 2013 21:03:51 +0000 (17:03 -0400)
committerPaul Smith <psmith@gnu.org>
Sun, 5 May 2013 21:03:51 +0000 (17:03 -0400)
commit1d992d8fe75f5dbc832cbcfe82e3f56489f7df54
treea769b3a2d4a0b69d83d4cef739f745f2afbabf6c
parent3484c9675a8a09904e08e00bf6842d834cd0201d
Ensure command lines are written synchronously with -O.

If output-sync is enabled, have make write the command line to the temp file
instead of printing it directly to the screen to ensure that the output is
ordered properly.  Also, remove extraneous enter/leave operations by having
them printed directly when dumping temp file output.
ChangeLog
job.c
misc.c
tests/ChangeLog
tests/scripts/features/output-sync