summaryrefslogtreecommitdiff
path: root/include_server
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-08-01 03:42:03 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-08-01 03:42:03 +0000
commit802ab49a6164db766021b724dbf1e399e6c85043 (patch)
treea462e11411221d710aff0a4a5168c1426cd6a951 /include_server
parenta9d41ecfcd038ad8b9905303c939e0845e69f8f2 (diff)
downloaddistcc-802ab49a6164db766021b724dbf1e399e6c85043.tar.gz
Increase MAX_COMPONENTS_IN_SERVER_ROOT from 10 to 20.
It turns out that our own test infrastructure (test/testdistcc.py) sets TMPDIR before invoking distccd, so this needs to be reasonably high, otherwise 'make distcheck' will fail. git-svn-id: http://distcc.googlecode.com/svn/trunk@580 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'include_server')
-rwxr-xr-xinclude_server/basics.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/include_server/basics.py b/include_server/basics.py
index c3c23d6..0854aa5 100755
--- a/include_server/basics.py
+++ b/include_server/basics.py
@@ -156,7 +156,10 @@ class ClientRootKeeper(object):
# on the client machine. Normally the server root is /tmp/distccd_XXXXXX.
# But it could be something different if TMPDIR is set when distccd is
# started. See dcc_get_tmp_top() in ../src/tempfile.c.
-MAX_COMPONENTS_IN_SERVER_ROOT = 10
+# It turns out that our own test infrastructure (test/testdistcc.py)
+# sets TMPDIR before invoking distccd, so this needs to be reasonably
+# high, otherwise 'make distcheck' will fail.
+MAX_COMPONENTS_IN_SERVER_ROOT = 20
# EMAILS