Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 22:33:50 +0600
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        freebsd-ports@freebsd.org
Subject:   Re: ports without configure do not receive CC
Message-ID:  <20060810223350.34bb3bfa@localhost>
In-Reply-To: <44DB72FC.8010009@gmx.de>
References:  <44DB5692.6040005@gmx.de> <20060810214516.7e0ff056@localhost> <44DB72FC.8010009@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_9ePrpirlQg=mUfyk9n3MccK
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: quoted-printable

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

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

--=20
Stanislav Sedov         MBSD labs, Inc.         <ssedov@mbsd.msk.ru>
=F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1         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

--Sig_9ePrpirlQg=mUfyk9n3MccK
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFE21/uK/VZk+smlYERAuw4AJ94H6u8n26uKNsET4jvtODXSDJtJACeNbm4
CPhJS5h5mF9kKkbc+rCgku8=
=uDP4
-----END PGP SIGNATURE-----

--Sig_9ePrpirlQg=mUfyk9n3MccK--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810223350.34bb3bfa>