summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-12-27 18:02:21 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-12-27 18:02:21 +0100
commite80dd7a0efdb9d598717b462e258354760ba8300 (patch)
tree9d232cea9051620c918bb8d82febae0cdb139245 /process
parentc0dc79cfaaec62938d38717b75c38bb1ddaa2156 (diff)
llvm/*/log_build.sed: New.
Diffstat (limited to 'process')
-rwxr-xr-xprocess5
1 files changed, 5 insertions, 0 deletions
diff --git a/process b/process
index ddff019b..d12a5b6b 100755
--- a/process
+++ b/process
@@ -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."