diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-27 18:02:21 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-27 18:02:21 +0100 |
commit | e80dd7a0efdb9d598717b462e258354760ba8300 (patch) | |
tree | 9d232cea9051620c918bb8d82febae0cdb139245 /process | |
parent | c0dc79cfaaec62938d38717b75c38bb1ddaa2156 (diff) |
llvm/*/log_build.sed: New.
Diffstat (limited to 'process')
-rwxr-xr-x | process | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -123,6 +123,11 @@ case $project:$action in cat '"$branch$build_suffix"'/log_'"$step"'* \ | sed -e "s%\('"$mount"'\)\?${PWD}%[...]%g"' \ > toolchain/logs/"$project"/"$host"/log_"$step" + if test -f toolchain/logs/"$project"/"$host"/log_"$step".sed; then + sed \ + -f toolchain/logs/"$project"/"$host"/log_"$step".sed \ + -i toolchain/logs/"$project"/"$host"/log_"$step" + fi ;; *) echo >&2 "Internal error." |