diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
commit | 15f795793906ac8b184b5cf9dcbe515ba9df92ef (patch) | |
tree | 05edfefadbb99410198d1c280fc40e3a1a501380 /tests/ChangeLog | |
parent | 1d992d8fe75f5dbc832cbcfe82e3f56489f7df54 (diff) | |
download | gunmake-15f795793906ac8b184b5cf9dcbe515ba9df92ef.tar.gz |
Rename the -O "job" mode to "line" and "make" to "recurse".
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 4d11706..d98e938 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -3,6 +3,7 @@ * scripts/features/output-sync (output_sync_set): Remove extraneous enter/leave lines, which are no longer printed. Add tests for syncing command line printing. + (output_sync_set): Rename options: "job"->"line"; "make"->"recurse" 2013-05-04 Paul Smith <psmith@gnu.org> |