From: Mark Wooding Date: Tue, 13 Feb 2007 23:56:41 +0000 (+0000) Subject: bash_profile: Use distcc if available. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c24ba91075eabe1a38cd6bdafbc72c3c8f4b2747?hp=-c bash_profile: Use distcc if available. --- c24ba91075eabe1a38cd6bdafbc72c3c8f4b2747 diff --git a/bash_profile b/bash_profile index 287f3cb..c290aa9 100644 --- a/bash_profile +++ b/bash_profile @@ -122,6 +122,8 @@ umask 002 unset LANG LC_COLLATE +__mdw_programp distcc && export CCACHE_PREFIX=distcc + export TEXINPUTS=".:$HOME/lib/tex//:" __mdw_addto INFOPATH r $HOME/info /usr/info /usr/share/info /usr/local/info