diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-05 17:03:51 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 17:03:51 -0400 |
commit | 1d992d8fe75f5dbc832cbcfe82e3f56489f7df54 (patch) | |
tree | a769b3a2d4a0b69d83d4cef739f745f2afbabf6c /tests/ChangeLog | |
parent | 3484c9675a8a09904e08e00bf6842d834cd0201d (diff) | |
download | gunmake-1d992d8fe75f5dbc832cbcfe82e3f56489f7df54.tar.gz |
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.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index ade64f0..4d11706 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2013-05-05 Paul Smith <psmith@gnu.org> + + * scripts/features/output-sync (output_sync_set): Remove + extraneous enter/leave lines, which are no longer printed. + Add tests for syncing command line printing. + 2013-05-04 Paul Smith <psmith@gnu.org> * scripts/features/loadapi: Use the new alloc functions. |