summaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-12-27 17:51:33 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-12-27 17:51:33 +0100
commitc0dc79cfaaec62938d38717b75c38bb1ddaa2156 (patch)
treef5506eb547dd58819e5e2c8e14088a1bcd9d94ce /process
parenteaa077b495ce4ba717317c37a7673f6b5adb4897 (diff)
For diff, use log_[step].diff.sed files instead of log_[step].sed.
Diffstat (limited to 'process')
-rwxr-xr-xprocess4
1 files changed, 2 insertions, 2 deletions
diff --git a/process b/process
index cb3d6785..ddff019b 100755
--- a/process
+++ b/process
@@ -206,11 +206,11 @@ case $project:$action in
| gdb:build | gdb:install | gdb:test \
| llvm:build | llvm:install | llvm:test)
sed \
- -f toolchain/logs/"$project"/"$linux_host"/log_"$step".sed \
+ -f toolchain/logs/"$project"/"$linux_host"/log_"$step".diff.sed \
< toolchain/logs/"$project"/"$linux_host"/log_"$step" \
> toolchain/logs/"$project"/"$linux_host"/log_"$step"_
sed \
- -f toolchain/logs/"$project"/"$hurd_host"/log_"$step".sed \
+ -f toolchain/logs/"$project"/"$hurd_host"/log_"$step".diff.sed \
< toolchain/logs/"$project"/"$hurd_host"/log_"$step" \
> toolchain/logs/"$project"/"$hurd_host"/log_"$step"_
r=0