Date: Thu, 10 Aug 2006 22:48:38 +0600 From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: freebsd-ports@freebsd.org Subject: Re: ports without configure do not receive CC Message-ID: <20060810224838.639c57e8@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_V9ZmtgT/8_DZt/vxsZYV4aI 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: >=20 > 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 Your real problem is WRKDIRPREFIX. When do-build target is executed, CURDIR isn't /usr/ports/.* but /usr/obj/usr/ports/.*. Thus, your problem could be solved by replacing ${CURDIR:M/usr/ports/*} with ${CURDIR:Musr/ports/*} No need to modify bsd.port.mk --=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_V9ZmtgT/8_DZt/vxsZYV4aI Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE22NnK/VZk+smlYERAj2UAJwORMV40ZDQzfhA5SKlFBdPlU72OQCeKQ90 +UYSUg3FijzltRq2Hyr5ixE= =Gp8i -----END PGP SIGNATURE----- --Sig_V9ZmtgT/8_DZt/vxsZYV4aI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060810224838.639c57e8>