summaryrefslogtreecommitdiff
path: root/bench/Summary.py
diff options
context:
space:
mode:
authorcsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-04-12 00:58:56 +0000
committercsilvers <csilvers@01de4be4-8c4a-0410-9132-4925637da917>2008-04-12 00:58:56 +0000
commit631e66ef0b9eb6072660d4ea8f2db7326022ebd1 (patch)
treef98e80ef30b2402518c207a553de75ee31e475bd /bench/Summary.py
parent6b117b70f948dc72b107dab6d3e9ac99be297b6d (diff)
downloaddistcc-631e66ef0b9eb6072660d4ea8f2db7326022ebd1.tar.gz
The second part of my change to hoist everything in the distcc/
directory up to the top level: delete the distcc directory (I already copied it all to the top level in my last commit). This requires changing all files that refer to distcc/FOO to refer directly to FOO instead. Mostly this is Makefile.in and setup.py, but there are a few other changes in scripts that have to hard-code paths, like configure.ac and pump.in. Also, several files changed their comments to refer to the new location, which isn't strictly necessary but I did anyway. The only other change I made was to get rid of the hack I had put in before, which renamed distcc to distcc-bin. I had needed to do that before, temporarily, because "distcc" was already the name of a directory, and couldn't also be the name of a binary. Now that the distcc directory is going away, I can rename the target back to distcc. Tested by running './autogen; ./configure; make maintainer-check'. I also ran 'make pump-check' and 'make distcheck'. To be reviewed (post-facto) by klarlund@google.com and fergus@google.com git-svn-id: http://distcc.googlecode.com/svn/trunk@23 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'bench/Summary.py')
-rwxr-xr-xbench/Summary.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/Summary.py b/bench/Summary.py
index 33c8111..124e1b0 100755
--- a/bench/Summary.py
+++ b/bench/Summary.py
@@ -1,4 +1,4 @@
-# distcc/benchmark -- automated system for testing distcc correctness
+# benchmark -- automated system for testing distcc correctness
# and performance on various source trees.
# Copyright (C) 2002, 2003 by Martin Pool
@@ -73,4 +73,3 @@ class Summary:
print "%9s" % "n/a"
else:
print "%8.4fs" % sd
-