summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <slandden@gmail.com>2018-02-25 21:50:12 -0800
committerShawn Landden <slandden@gmail.com>2018-02-26 15:23:02 -0800
commit95098c694bde109541a707ce033467632a5bedcb (patch)
tree96b6798d96a4364f03ad417477eda7a66a95a1d3
parent7ee937f0a972205e4c88add001194ac7608589a6 (diff)
downloaddistcc-git-95098c694bde109541a707ce033467632a5bedcb.tar.gz
docs: update to reflect patch
-rw-r--r--INSTALL11
-rw-r--r--man/distccd.12
2 files changed, 8 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 8a8e04f..0f9577c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,12 +18,13 @@ QUICK SUMMARY
1. Build and install
- ./autogen.sh # If "configure" does not already exist.
+ ./autogen.sh # If "configure" does not already exist.
./configure
make
- make check # Optional! Should have python >= 3.1 installed.
- make install # You may need to use "sudo" for this command.
- make installcheck # Optional! Should have python >= 3.1 installed.
+ make check # Optional! Should have python >= 3.1 installed.
+ make install # You may need to use "sudo" for this command.
+ make installcheck # Optional! Should have python >= 3.1 installed.
+ update-distcc-symlinks.py # Needs "sudo". Run this again if you install/remove compilers
Repeat installation for each server machine.
@@ -40,6 +41,8 @@ QUICK SUMMARY
cd ~/my_sources/my_project
pump make -j40 CC="distcc gcc" <your target>
+5. If you run into problems it is highly recommended to use DISTCC_VERBOSE=1
+ on the client and "--log-level debug" on the server.
DETAILED INSTRUCTIONS
=====================
diff --git a/man/distccd.1 b/man/distccd.1
index 8c7559f..75d0339 100644
--- a/man/distccd.1
+++ b/man/distccd.1
@@ -210,7 +210,7 @@ starting distccd from a script or in a non-interactive
ssh connection.
.TP
.B --make-me-a-botnet
-By default (since Distcc 3.3) distcc will only execute binaries
+By default (since Distcc 3.2) distcc will only execute binaries
that are masqueraded to distcc in /usr/lib/distcc. This turns
that off, and opens distcc up to executing arbitrary code. This
feature is mainly for distcc's test suite and is called