On Thu, 10 Aug 2006 19:55:08 +0200
"[LoN]Kamikaze" <[EMAIL PROTECTED]> mentioned:
> Try that one in your make.conf:
> 
> .if ${CURDIR:M/usr/ports/*}
> CC= distcc cc
> CXX= distcc c++
> .endif
> 
> WRKDIRPREFIX=/usr/obj
> 
> 
> You'll see that in this case it is an issue. And that's exactly how my 
> systems are set up.

% cd `mktemp -d /tmp/tmp.xxx`
% sudo sh -c 'echo "CC=distcc cc" >> /etc/make.conf'
% cat /etc/make.conf|grep CC
CC=distcc cc
% cat > Makefile
pre-everything::
        make -V CC
.include <bsd.port.mk>
^D
% make pre-everything
distcc cc

-- 
Stanislav Sedov         MBSD labs, Inc.         <[EMAIL PROTECTED]>
Россия, Москва         http://mbsd.msk.ru

--------------------------------------------------------------------
If the facts don't fit the theory, change the facts.  -- A. Einstein
--------------------------------------------------------------------
PGP fingerprint:  F21E D6CC 5626 9609 6CE2  A385 2BF5 5993 EB26 9581

Attachment: signature.asc
Description: PGP signature

Reply via email to