Bastian Venthur <[email protected]> wrote: > Is it possible to include a small script in the distcc package, that > allows the user to turn distributed compiling easily on and off? > > My solution would be something like: > distcc-off: > removes all symlinks in /usr/local/bin which point to distcc > > distcc-on: > creates all symlinks in /usr/local/bin
These symlinks are already setup under /usr/lib/distcc, so you are better off just adding and removing that from your PATH. From README.Debian: > conf 1) export DISTCC_HOSTS="localhost server1 server2 server3" > export PATH=/usr/lib/distcc:$PATH > make -j 8 Regards -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

