diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-18 18:22:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-18 18:22:09 +0000 |
commit | 8885f979096f46afd30188e92cefd492c3620787 (patch) | |
tree | 77920e0438197de3789171c19c1a4a0e105a4478 /ChangeLog | |
parent | cfaf1949ff1f8336b54c43796d0e2531bc8a40a2 (diff) | |
download | glibc-8885f979096f46afd30188e92cefd492c3620787.zip glibc-8885f979096f46afd30188e92cefd492c3620787.tar.gz glibc-8885f979096f46afd30188e92cefd492c3620787.tar.bz2 |
Quote shell commands in logs from build-many-glibcs.py.
As requested in
<https://sourceware.org/ml/libc-alpha/2016-11/msg00664.html>, this
patch makes the commands recorded in build-many-glibcs.py quote words
so they can be cut-and-pasted back into a shell. (Note that these
logs are generated by the wrapper script generated to run commands
with logs, hence the needs for quoting logic to be implemented in that
shell script.)
* scripts/build-many-glibcs.py (Context.write_files): Make wrapper
script quote words in command output to log suitably for input to
the shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-11-18 Joseph Myers <joseph@codesourcery.com> + + * scripts/build-many-glibcs.py (Context.write_files): Make wrapper + script quote words in command output to log suitably for input to + the shell. + 2016-11-18 Matthew Fortune <Matthew.Fortune@imgtec.com> Maciej W. Rozycki <macro@imgtec.com> |