Date: Wed, 31 Mar 2004 21:47:17 -0800 From: "Jacob S. Barrett" <jbarrett@amduat.net> To: michael johnson <ahze@ahze.net> Cc: ports@freebsd.org Subject: Re: Ports with distcc Message-ID: <200403312147.17524.jbarrett@amduat.net> In-Reply-To: <822BF49C-839E-11D8-8C1C-000A958C81C6@ahze.net> References: <200403311951.52865.jbarrett@amduat.net> <200403312121.22340.jbarrett@amduat.net> <822BF49C-839E-11D8-8C1C-000A958C81C6@ahze.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 31 March 2004 09:36 pm, michael johnson <ahze@ahze.net> wrote: > On Apr 1, 2004, at 12:21 AM, Jacob S. Barrett wrote: > > Here is a patch that allows you to do distcc and/or ccache. > > that still doesn't let ccache and distcc work together like they do > when define "CCACHE_PREFIX=distcc" > > what's wrong with just setting CC="/usr/local/bin/ccache /bin/cc" in > /etc/make.conf? How doesn't it? Sure it doesn't use CCACHE_PREFIX, but it does the same thing. When used in conjuntion with the distcc flags the following compile statement is generated: /usr/local/bin/ccache /usr/local/bin/distcc cc As far as I can tell from the man pages for ccache CCACHE_PREFIX does the same thing. Is there something else magical that CCACHE_PREFIX does that the man page doesn't cover? -- Jacob S. Barrett jbarrett@amduat.net www.amduat.net "I don't suffer from insanity, I enjoy every minute of it."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403312147.17524.jbarrett>